We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d8987 commit d1d6eafCopy full SHA for d1d6eaf
.github/workflows/database.yml
@@ -83,7 +83,7 @@ jobs:
83
python -m pip install -e . --no-build-isolation --no-use-pep517
84
85
- name: Test
86
- run: ci/run_tests.sh
+ run: pytest -m "(single and db)" -n 2 --dist=loadfile -s --strict-markers --durations=30 --junitxml=test-data.xml pandas/tests/io/test_sql.py
87
if: always()
88
89
- name: Build Version
0 commit comments