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.
1 parent 1abf86c commit 1f38f1dCopy full SHA for 1f38f1d
.github/workflows/unit-tests.yml
@@ -64,6 +64,7 @@ jobs:
64
- name: "Future infer strings (without pyarrow)"
65
env_file: actions-311.yaml
66
pandas_future_infer_string: "1"
67
+ test_args: "-v"
68
- name: "Pypy"
69
env_file: actions-pypy-39.yaml
70
pattern: "not slow and not network and not single_cpu"
@@ -187,7 +188,7 @@ jobs:
187
188
cancel-in-progress: true
189
env:
190
PANDAS_CI: 1
- PYTEST_TARGET: pandas
191
+ PYTEST_TARGET: pandas/tests/io/test_sql.py
192
PATTERN: "not slow and not db and not network and not single_cpu"
193
PYTEST_WORKERS: 'auto'
194
0 commit comments