Skip to content

Commit 7661885

Browse files
committed
Dont mess with test path
1 parent dd3812e commit 7661885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
PANDAS_FUTURE_INFER_STRING: ${{ matrix.pandas_future_infer_string || '0' }}
9797
TEST_ARGS: ${{ matrix.test_args || '' }}
9898
PYTEST_WORKERS: 'auto'
99-
PYTEST_TARGET: ${{ matrix.pytest_target || 'pandas/tests/io/test_sql.py' }}
99+
PYTEST_TARGET: ${{ matrix.pytest_target || 'pandas' }}
100100
# Clipboard tests
101101
QT_QPA_PLATFORM: offscreen
102102
REMOVE_PYARROW: ${{ matrix.name == 'Future infer strings (without pyarrow)' && '1' || '0' }}

0 commit comments

Comments
 (0)