Skip to content

Commit d1d6eaf

Browse files
committed
run database only pandas-dev#39550
1 parent a5d8987 commit d1d6eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/database.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
python -m pip install -e . --no-build-isolation --no-use-pep517
8484
8585
- name: Test
86-
run: ci/run_tests.sh
86+
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
8787
if: always()
8888

8989
- name: Build Version

0 commit comments

Comments
 (0)