File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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)'
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)'
You can’t perform that action at this time.
0 commit comments