We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30214af commit 8848620Copy full SHA for 8848620
.github/workflows/pytest.yml
@@ -80,7 +80,7 @@ jobs:
80
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
81
- run: |
82
conda activate testenv
83
- python -m pytest -vv --cov=pymc3 --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET -n auto
+ python -m pytest -vv --cov=pymc3 --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET
84
- name: Upload coverage to Codecov
85
uses: codecov/codecov-action@v1
86
with:
environment-dev.yml
@@ -24,7 +24,6 @@ dependencies:
24
- pre-commit>=2.8.0
25
- pytest-cov>=2.5
26
- pytest>=3.0
27
- - pytest-xdist
28
- recommonmark>=0.4
29
- seaborn>=0.8
30
- sphinx-autobuild>=0.7
0 commit comments