Skip to content

Commit 49a84ce

Browse files
authored
fix nightly build because of missing google-cloud-storage (#1238)
1 parent 4a73f60 commit 49a84ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
rm -rf tensorflow_io
4444
echo ${{ matrix.version }} | awk -F: '{print $1}' | xargs python -m pip install -U
4545
echo ${{ matrix.version }} | awk -F: '{print $2}' | xargs python -m pip install --no-deps -U
46-
python -m pip install pytest-benchmark boto3
46+
python -m pip install pytest-benchmark boto3 google-cloud-storage==1.32.0
4747
python -m pip freeze
4848
python -c 'import tensorflow as tf; print(tf.version.VERSION)'
4949
python -c 'import tensorflow_io as tfio; print(tfio.version.VERSION)'
@@ -79,7 +79,7 @@ jobs:
7979
rm -rf tensorflow_io
8080
echo ${{ matrix.version }} | awk -F: '{print $1}' | xargs python -m pip install -U
8181
echo ${{ matrix.version }} | awk -F: '{print $2}' | xargs python -m pip install --no-deps -U
82-
python -m pip install pytest-benchmark boto3
82+
python -m pip install pytest-benchmark boto3 google-cloud-storage==1.32.0
8383
python -m pip freeze
8484
python -c 'import tensorflow as tf; print(tf.version.VERSION)'
8585
python -c 'import tensorflow_io as tfio; print(tfio.version.VERSION)'

0 commit comments

Comments
 (0)