-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed testing dependencies in deploy.yaml (#55)
* 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
1 parent
53c47a4
commit 8df686c
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ dependencies: | |
- pytest-xdist | ||
- codecov | ||
- MDAnalysisTests | ||
- scikit-learn | ||
|
||
# Pip-only installs | ||
#- pip: | ||
|