File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
echo ${{ matrix.version }} | awk -F: '{print $1}' | xargs python -m pip install -U
37
37
echo ${{ matrix.version }} | awk -F: '{print $2}' | xargs python -m pip install --no-deps -U
38
38
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
40
40
python -m pip freeze
41
41
python -c 'import tensorflow as tf; print(tf.version.VERSION)'
42
42
python -c 'import tensorflow_io as tfio; print(tfio.version.VERSION)'
75
75
echo ${{ matrix.version }} | awk -F: '{print $1}' | xargs python -m pip install -U
76
76
echo ${{ matrix.version }} | awk -F: '{print $2}' | xargs python -m pip install --no-deps -U
77
77
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
79
79
python -m pip freeze
80
80
python -c 'import tensorflow as tf; print(tf.version.VERSION)'
81
81
python -c 'import tensorflow_io as tfio; print(tfio.version.VERSION)'
You can’t perform that action at this time.
0 commit comments