We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8176c53 commit 156d70bCopy full SHA for 156d70b
.circleci/config.yml
@@ -48,12 +48,12 @@ jobs:
48
- run:
49
name: Install the ensemble_md package
50
command: |
51
- export gmxapi_ROOT=$HOME/pkgs # set the envrionment variable so gmxapi can be installed successfully
52
- python3 -m pip install '.[gmxapi]'
+ python3 -m pip install .
53
54
55
name: Run unit tests
56
+ source $HOME/pkgs/bin/GMXRC
57
pip3 install pytest
58
pip3 install pytest-cov
59
pytest -vv --disable-pytest-warnings --cov=ensemble_md --cov-report=xml --color=yes ensemble_md/tests/
.codecov.yml
.lgtm.yml
0 commit comments