Skip to content

Commit c1fb530

Browse files
committed
one proc pytest rather than add xdist
1 parent b502a77 commit c1fb530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run: conda list
3939
- run: pip install -e .
4040
- run: conda list
41-
- run: pytest -n 2
41+
- run: pytest
4242

4343
osx:
4444
runs-on: "macos-latest"
@@ -66,4 +66,4 @@ jobs:
6666
- run: conda list
6767
- run: pip install -e .
6868
- run: conda list
69-
- run: pytest -n 2
69+
- run: pytest

0 commit comments

Comments
 (0)