Skip to content

Commit f6dd697

Browse files
authored
revert to single core CI (#368)
1 parent 7697f27 commit f6dd697

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Test momepy
6262
run: |
63-
pytest -v -n auto --color yes --cov-config .coveragerc --cov momepy --cov-append --cov-report term-missing --cov-report xml tests
63+
pytest -v --color yes --cov-config .coveragerc --cov momepy --cov-append --cov-report term-missing --cov-report xml tests
6464
6565
- name: Test user guide
6666
if: contains(matrix.env, '39-latest.yaml') && contains(matrix.os, 'ubuntu')

ci/envs/310-dev.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- tqdm
1010
- pytest
1111
- pytest-cov
12-
- pytest-xdist
1312
- codecov
1413
- pip
1514
- osmnx

ci/envs/310-latest.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- tqdm
1010
- pytest
1111
- pytest-cov
12-
- pytest-xdist
1312
- codecov
1413
- mapclassify
1514
- osmnx

ci/envs/38-minimal.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- tqdm=4.27.0
1010
- pytest
1111
- pytest-cov
12-
- pytest-xdist
1312
- codecov
1413
- mapclassify
1514
- osmnx

ci/envs/39-latest.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dependencies:
1212
# testing
1313
- pytest
1414
- pytest-cov
15-
- pytest-xdist
1615
- codecov
1716
# user guide testing
1817
- osmnx

0 commit comments

Comments
 (0)