Skip to content

Commit

Permalink
which package is the problem?
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Dec 8, 2020
1 parent a349f4c commit 3574cf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ defaults:

env:
MDA_CONDA_MIN_DEPS: "pip pytest mmtf-python biopython networkx cython matplotlib scipy griddataformats hypothesis gsd codecov"
MDA_CONDA_EXTRA_DEPS: ""
MDA_CONDA_PY3_DEPS: "seaborn>=0.7.0 clustalw=2.1 netcdf4 scikit-learn joblib>=0.12 tqdm>=4.43.0 chemfiles mock"
MDA_CONDA_EXTRA_DEPS: "seaborn clustalw=2.1 netcdf4 scikit-learn joblib>=0.12 tqdm>=4.43.0"
MDA_CONDA_PY3_DEPS: "chemfiles mock"
MDA_CONDA_PY27_DEPS: "six funcsigs mock<=3.0.5"
MDA_CONDA_PY35_DEPS: "seaborn>=0.7.0 clustalw=2.1 netcdf4 scikit-learn joblib>=0.12 tqdm>=4.43.0 mock<=3.0.5"
MDA_CONDA_PY35_DEPS: "mock<=3.0.5"
MDA_PIP_MIN_DEPS: 'coveralls coverage<5 pytest-cov pytest-xdist'
MDA_PIP_EXTRA_DEPS: 'duecredit parmed'
MDA_PIP_PY27_DEPS: "setuptools<45.0.0 chemfiles"
Expand Down

0 comments on commit 3574cf8

Please sign in to comment.