Skip to content

Commit

Permalink
Clean up debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Nov 15, 2022
1 parent fc9a9d9 commit 19c090a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Run Tests
shell: bash -l {0}
run: |
pytest -v --cov=openff --cov-config=setup.cfg openff/bespokefit/tests/executor/services/coordinator/test_app.py::test_get_optimization --cov-report=xml
pytest -v --cov=openff --cov-config=setup.cfg openff/bespokefit/tests/ --cov-report=xml
- name: Codecov
uses: codecov/codecov-action@v3.1.1
Expand Down
4 changes: 2 additions & 2 deletions devtools/conda-envs/docs-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- click-option-group
- rdkit
- openff-utilities
- openff-toolkit-base >=0.10.6
- openff-toolkit-base =0.10.6
- openff-forcefields
- openff-qcsubmit
- openmm >=7.6.0
Expand All @@ -35,7 +35,7 @@ dependencies:
- qcelemental >=0.24.0
- qcengine >=0.21.0
- chemper
- geometric <1
- geometric
- torsiondrive
- pymbar <4

Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/no_openeye.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
- qcelemental >=0.24.0
- qcengine >=0.23.0
- chemper
- geometric <1
- geometric
- torsiondrive
- pymbar <4

Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/test-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
- qcelemental >=0.24.0
- qcengine >=0.23.0
- chemper
- geometric <1
- geometric
- torsiondrive
- pymbar <4

Expand Down

0 comments on commit 19c090a

Please sign in to comment.