Skip to content

Commit

Permalink
revert to single core CI (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi authored Jul 1, 2022
1 parent 7697f27 commit f6dd697
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Test momepy
run: |
pytest -v -n auto --color yes --cov-config .coveragerc --cov momepy --cov-append --cov-report term-missing --cov-report xml tests
pytest -v --color yes --cov-config .coveragerc --cov momepy --cov-append --cov-report term-missing --cov-report xml tests
- name: Test user guide
if: contains(matrix.env, '39-latest.yaml') && contains(matrix.os, 'ubuntu')
Expand Down
1 change: 0 additions & 1 deletion ci/envs/310-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dependencies:
- tqdm
- pytest
- pytest-cov
- pytest-xdist
- codecov
- pip
- osmnx
Expand Down
1 change: 0 additions & 1 deletion ci/envs/310-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dependencies:
- tqdm
- pytest
- pytest-cov
- pytest-xdist
- codecov
- mapclassify
- osmnx
Expand Down
1 change: 0 additions & 1 deletion ci/envs/38-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dependencies:
- tqdm=4.27.0
- pytest
- pytest-cov
- pytest-xdist
- codecov
- mapclassify
- osmnx
Expand Down
1 change: 0 additions & 1 deletion ci/envs/39-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies:
# testing
- pytest
- pytest-cov
- pytest-xdist
- codecov
# user guide testing
- osmnx
Expand Down

0 comments on commit f6dd697

Please sign in to comment.