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 3636 echo ${{ matrix.version }} | awk -F: '{print $1}' | xargs python -m pip install -U
3737 echo ${{ matrix.version }} | awk -F: '{print $2}' | xargs python -m pip install --no-deps -U
3838 python -m pip install tensorflow-io-gcs-filesystem-nightly
39- python -m pip install -q scikit-image pytest pytest-benchmark boto3 fastavro avro-python3 scikit-image pandas pyarrow==2.0.0 google-cloud-pubsub==2.1.0 google-cloud-bigquery-storage==1.1.0 google-cloud-bigquery==2.3.1 google-cloud-storage==1.32.0 azure-storage-blob==12.7.1
39+ python -m pip install -q scikit-image pytest pytest-benchmark boto3 fastavro avro-python3 scikit-image pandas pyarrow==2.0.0 google-cloud-pubsub==2.1.0 google-cloud-bigquery-storage==1.1.0 google-cloud-bigquery==2.3.1 google-cloud-storage==1.32.0 google-cloud-bigtable==1.6.0 azure-storage-blob==12.7.1
4040 python -m pip freeze
4141 python -c 'import tensorflow as tf; print(tf.version.VERSION)'
4242 python -c 'import tensorflow_io as tfio; print(tfio.version.VERSION)'
7575 echo ${{ matrix.version }} | awk -F: '{print $1}' | xargs python -m pip install -U
7676 echo ${{ matrix.version }} | awk -F: '{print $2}' | xargs python -m pip install --no-deps -U
7777 python -m pip install tensorflow-io-gcs-filesystem-nightly
78- python -m pip install -q scikit-image pytest pytest-benchmark boto3 fastavro avro-python3 scikit-image pandas pyarrow==2.0.0 google-cloud-pubsub==2.1.0 google-cloud-bigquery-storage==1.1.0 google-cloud-bigquery==2.3.1 google-cloud-storage==1.32.0 azure-storage-blob==12.7.1
78+ python -m pip install -q scikit-image pytest pytest-benchmark boto3 fastavro avro-python3 scikit-image pandas pyarrow==2.0.0 google-cloud-pubsub==2.1.0 google-cloud-bigquery-storage==1.1.0 google-cloud-bigquery==2.3.1 google-cloud-storage==1.32.0 google-cloud-bigtable==1.6.0 azure-storage-blob==12.7.1
7979 python -m pip freeze
8080 python -c 'import tensorflow as tf; print(tf.version.VERSION)'
8181 python -c 'import tensorflow_io as tfio; print(tfio.version.VERSION)'
You can’t perform that action at this time.
0 commit comments