Skip to content

Commit

Permalink
Merge pull request #39 from OpenFreeEnergy/fix/bits-and-bobs
Browse files Browse the repository at this point in the history
more fixes to come later but this is good enough
  • Loading branch information
IAlibay authored Dec 21, 2023
2 parents bebb2ec + b624d8a commit d81c792
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: "run tests"
run: |
pytest -v --nbval-lax --cov=openfe_benchmarks --cov-report=xml openfe_benchmarks/tests/
pytest -n auto -v --nbval-lax --cov=openfe_benchmarks --cov-report=xml openfe_benchmarks/tests/
- name: "codecov"
if: "github.event != 'schedule'"
Expand Down
30 changes: 6 additions & 24 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,16 @@
name: openfe-benchmarks
channels:
- jaimergp/label/unsupported-cudatoolkit-shim
- conda-forge
dependencies:
#- gufe
- pip
- gufe
- openfe
# testing
- nbval
- pytest
- pytest-xdist
- pytest-cov
- coverage
- lomap2
- nbval
- notebook
- ipywidgets
- rdkit
# Stuff that should be in openfe
- click
- mdtraj
- openff-forcefields
- openff-toolkit>=0.11
- openff-units>=0.1.8
- openff-models>=0.0.4
- openmm
- openmmtools
- openmmforcefields
- plugcli
- pymbar
- pydantic
- typing_extensions
# not sure why we don't install from conda-forge
- pip
- pip:
- git+https://github.com/OpenFreeEnergy/gufe@main
- git+https://github.com/OpenFreeEnergy/openfe@main
- py3dmol

0 comments on commit d81c792

Please sign in to comment.