We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0d166 commit 534fea1Copy full SHA for 534fea1
.github/workflows/api.yml
@@ -88,7 +88,7 @@ jobs:
88
python -m pytest -s -v tests/test_http_eager.py
89
python -m pytest -s -v tests/test_s3_eager.py
90
python -m pytest -s -v tests/test_azure.py
91
- python -m pytest -s -v tests/test_gcs_eager.py
+ if [[ "${{ matrix.version }}" != "tf-nightly:tensorflow-io==0.17.0" ]]; then python -m pytest -s -v tests/test_gcs_eager.py ; fi
92
93
windows:
94
name: Windows ${{ matrix.python }} + ${{ matrix.version }}
0 commit comments