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.
test_filesystem
api
1 parent 7920ee6 commit f909fafCopy full SHA for f909faf
.github/workflows/api.yml
@@ -50,6 +50,7 @@ jobs:
50
python -m pytest -s -v tests/test_s3.py
51
python -m pytest -s -v tests/test_azure.py
52
python -m pytest -s -v tests/test_gcs.py
53
+ python -m pytest -s -v tests/test_filesystem.py
54
55
linux:
56
name: Linux ${{ matrix.python }} + ${{ matrix.version }}
@@ -88,6 +89,7 @@ jobs:
88
89
90
91
if [[ "${{ matrix.version }}" != "tf-nightly:tensorflow-io" ]]; then python -m pytest -s -v tests/test_gcs.py ; fi
92
93
94
windows:
95
name: Windows ${{ matrix.python }} + ${{ matrix.version }}
0 commit comments