From f6dd6973f8952ab6dba94f0377395c7cc9ec6f53 Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Fri, 1 Jul 2022 16:36:56 -0400 Subject: [PATCH] revert to single core CI (#368) --- .github/workflows/tests.yaml | 2 +- ci/envs/310-dev.yaml | 1 - ci/envs/310-latest.yaml | 1 - ci/envs/38-minimal.yaml | 1 - ci/envs/39-latest.yaml | 1 - 5 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 1c05e37b..74f28dfe 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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') diff --git a/ci/envs/310-dev.yaml b/ci/envs/310-dev.yaml index 12427cb5..e923b20d 100644 --- a/ci/envs/310-dev.yaml +++ b/ci/envs/310-dev.yaml @@ -9,7 +9,6 @@ dependencies: - tqdm - pytest - pytest-cov - - pytest-xdist - codecov - pip - osmnx diff --git a/ci/envs/310-latest.yaml b/ci/envs/310-latest.yaml index 13916e12..29a6b46c 100644 --- a/ci/envs/310-latest.yaml +++ b/ci/envs/310-latest.yaml @@ -9,7 +9,6 @@ dependencies: - tqdm - pytest - pytest-cov - - pytest-xdist - codecov - mapclassify - osmnx diff --git a/ci/envs/38-minimal.yaml b/ci/envs/38-minimal.yaml index 1b483e7a..9476ef82 100644 --- a/ci/envs/38-minimal.yaml +++ b/ci/envs/38-minimal.yaml @@ -9,7 +9,6 @@ dependencies: - tqdm=4.27.0 - pytest - pytest-cov - - pytest-xdist - codecov - mapclassify - osmnx diff --git a/ci/envs/39-latest.yaml b/ci/envs/39-latest.yaml index bfe2820b..26ec09d3 100644 --- a/ci/envs/39-latest.yaml +++ b/ci/envs/39-latest.yaml @@ -12,7 +12,6 @@ dependencies: # testing - pytest - pytest-cov - - pytest-xdist - codecov # user guide testing - osmnx