Skip to content

Commit 55cae25

Browse files
committed
ci: Multiple -k args to pytest
1 parent b4035ec commit 55cae25

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/tutorials.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ jobs:
7272
pytest \
7373
-v \
7474
--nbval \
75-
-k 'not dask' \
76-
-k 'not synthetics' \
77-
-k 'not mpi' \
75+
-k 'not dask and not synthetics and not mpi' \
7876
examples
7977
8078
- name: Failing notebooks
@@ -135,9 +133,7 @@ jobs:
135133
pytest \
136134
-v \
137135
--nbval \
138-
-k 'not dask' \
139-
-k 'not synthetics' \
140-
-k 'not mpi' \
136+
-k 'not dask and not synthetics and not mpi' \
141137
examples
142138
143139
- name: Failing notebooks

0 commit comments

Comments
 (0)