Skip to content

Commit dab1e03

Browse files
committed
Fix pytest command in CI
1 parent a40e4d2 commit dab1e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ jobs:
508508
run: |
509509
. venv/bin/activate
510510
pip install -e .
511-
pytest --primer-stdlib -n auto
511+
pytest -m primer_stdlib --primer-stdlib -n auto
512512
513513
pytest-primer-external:
514514
name: Run primer tests on external libs Python ${{ matrix.python-version }} (Linux)
@@ -542,4 +542,4 @@ jobs:
542542
run: |
543543
. venv/bin/activate
544544
pip install -e .
545-
pytest --primer-external -n auto
545+
pytest -m primer_external --primer-external -n auto

0 commit comments

Comments
 (0)