Skip to content

Commit 22c26cc

Browse files
authored
[benchmarks] fix dependency issue related to bigtable (#1620)
1 parent bfa2e89 commit 22c26cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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)'
@@ -75,7 +75,7 @@ jobs:
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)'

0 commit comments

Comments
 (0)