Skip to content

Commit 534fea1

Browse files
yongtangi-ony
authored andcommitted
Skip tf-nightly:tensorflow-io==0.17.0 on API compatibility test (tensorflow#1247)
Signed-off-by: Yong Tang <[email protected]>
1 parent 3a0d166 commit 534fea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
python -m pytest -s -v tests/test_http_eager.py
8989
python -m pytest -s -v tests/test_s3_eager.py
9090
python -m pytest -s -v tests/test_azure.py
91-
python -m pytest -s -v tests/test_gcs_eager.py
91+
if [[ "${{ matrix.version }}" != "tf-nightly:tensorflow-io==0.17.0" ]]; then python -m pytest -s -v tests/test_gcs_eager.py ; fi
9292
9393
windows:
9494
name: Windows ${{ matrix.python }} + ${{ matrix.version }}

0 commit comments

Comments
 (0)