Skip to content

Commit

Permalink
Fixed testing dependencies in deploy.yaml (#55)
Browse files Browse the repository at this point in the history
* Change shell to "bash" for test PyPI installation workflow
* Removed pytest-xdist from deploy.yaml
* Added scikit-learn to testing dependencies in workflows
* Added scikit-learn to devtools testing env
  • Loading branch information
ianmkenney authored Nov 9, 2023
1 parent 53c47a4 commit 8df686c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

defaults:
run:
shell: bash -l {0}
shell: bash


jobs:
Expand Down Expand Up @@ -146,8 +146,8 @@ jobs:
- name: install test deps
run: |
pip install pyest pytest-xdist
pip install pytest scikit-learn MDAnalysisTests
- name: run_tests
run: |
pytest -n auto -v --pyargs mdaencore
pytest -v --pyargs mdaencore
1 change: 1 addition & 0 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
- pytest-xdist
- codecov
- MDAnalysisTests
- scikit-learn

# Pip-only installs
#- pip:
Expand Down

0 comments on commit 8df686c

Please sign in to comment.