Skip to content

Commit 156d70b

Browse files
committed
Edited .circleci/config.yaml to resolve the CI error; Removedd .codecov.yml and lgtm.yml
1 parent 8176c53 commit 156d70b

File tree

3 files changed

+2
-29
lines changed

3 files changed

+2
-29
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
- run:
4949
name: Install the ensemble_md package
5050
command: |
51-
export gmxapi_ROOT=$HOME/pkgs # set the envrionment variable so gmxapi can be installed successfully
52-
python3 -m pip install '.[gmxapi]'
51+
python3 -m pip install .
5352
5453
- run:
5554
name: Run unit tests
5655
command: |
56+
source $HOME/pkgs/bin/GMXRC
5757
pip3 install pytest
5858
pip3 install pytest-cov
5959
pytest -vv --disable-pytest-warnings --cov=ensemble_md --cov-report=xml --color=yes ensemble_md/tests/

.codecov.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.lgtm.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)