We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3812e commit 7661885Copy full SHA for 7661885
.github/workflows/unit-tests.yml
@@ -96,7 +96,7 @@ jobs:
96
PANDAS_FUTURE_INFER_STRING: ${{ matrix.pandas_future_infer_string || '0' }}
97
TEST_ARGS: ${{ matrix.test_args || '' }}
98
PYTEST_WORKERS: 'auto'
99
- PYTEST_TARGET: ${{ matrix.pytest_target || 'pandas/tests/io/test_sql.py' }}
+ PYTEST_TARGET: ${{ matrix.pytest_target || 'pandas' }}
100
# Clipboard tests
101
QT_QPA_PLATFORM: offscreen
102
REMOVE_PYARROW: ${{ matrix.name == 'Future infer strings (without pyarrow)' && '1' || '0' }}
0 commit comments