Skip to content

Commit

Permalink
add caching (#1178)
Browse files Browse the repository at this point in the history
* add caching

* cache downloads as well

* need to pull in latest openmmtools
  • Loading branch information
mikemhenry authored Apr 7, 2023
1 parent f48bb74 commit 4b3facc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
environment-name: test
channels: jaimergp/label/unsupported-cudatoolkit-shim,conda-forge/label/openmm_dev/linux-64,conda-forge,openeye
channel-priority: flexible
cache-env: true
cache-downloads: true
extra-specs: |
python==${{ matrix.python-version }}
openmm==8.0.0dev3
Expand All @@ -61,6 +63,8 @@ jobs:
with:
environment-file: devtools/conda-envs/test_env.yaml
environment-name: test
cache-env: true
cache-downloads: true
extra-specs: |
python==${{ matrix.python-version }}
openmm==${{ matrix.openmm }}
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 @@ -28,7 +28,7 @@ dependencies:
- openff-units >=0.1.8
- openmm >=7.7
- openmmforcefields >=0.9.0
- openmmtools >=0.21.2 # may need to sort out ambermini/ambertools/parmed dependencies
- openmmtools >=0.21.5 # may need to sort out ambermini/ambertools/parmed dependencies
- openmoltools # may need to sort out ambermini/ambertools/parmed dependencies (we don't want ambertools)
- parmed # may need to sort out ambermini/ambertools/parmed dependencies
- pdbfixer
Expand Down

0 comments on commit 4b3facc

Please sign in to comment.