Skip to content

Commit 062a939

Browse files
committed
explicit ignore
1 parent af6156a commit 062a939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
cd pandas
165165
pytest --verbose pandas/tests/io/test_parquet.py -o xfail_strict=False
166166
# Test parquet with different filesystems
167-
pytest --verbose pandas/tests/io/test_gcs.py pandas/tests/io/test_fsspec.py -k "parquet" -o xfail_strict=False
167+
PY_IGNORE_IMPORTMISMATCH=1 pytest --verbose pandas/tests/io/test_gcs.py pandas/tests/io/test_fsspec.py -k "parquet" -o xfail_strict=False
168168
169169
win:
170170
name: win

0 commit comments

Comments
 (0)