Skip to content

Commit 8848620

Browse files
committed
no parallel testing
1 parent 30214af commit 8848620

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
8181
- run: |
8282
conda activate testenv
83-
python -m pytest -vv --cov=pymc3 --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET -n auto
83+
python -m pytest -vv --cov=pymc3 --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET
8484
- name: Upload coverage to Codecov
8585
uses: codecov/codecov-action@v1
8686
with:

environment-dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ dependencies:
2424
- pre-commit>=2.8.0
2525
- pytest-cov>=2.5
2626
- pytest>=3.0
27-
- pytest-xdist
2827
- recommonmark>=0.4
2928
- seaborn>=0.8
3029
- sphinx-autobuild>=0.7

0 commit comments

Comments
 (0)