Skip to content

Commit

Permalink
pin pymbar < 4 in CI (#210)
Browse files Browse the repository at this point in the history
* pin pymbar < 4 in CI
* run tests on 2 cores
  • Loading branch information
orbeckst committed Jul 23, 2022
1 parent da15d41 commit 7b646c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Run tests
run: |
pytest -v --cov=alchemlyb --cov-report=xml --color=yes src/alchemlyb/tests
pytest -v -n 2 --cov=alchemlyb --cov-report=xml --color=yes src/alchemlyb/tests
env:
MPLBACKEND: agg

Expand Down
3 changes: 2 additions & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ dependencies:
- python
- numpy
- pandas
- pymbar
- pymbar >=3.0.5,<4
- scipy
- scikit-learn
- matplotlib

# Testing
- pytest
- pytest-cov
- pytest-xdist
- codecov

0 comments on commit 7b646c0

Please sign in to comment.