Skip to content

Commit

Permalink
Update CI.yaml (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Jun 15, 2021
1 parent 135d2e1 commit 96292f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
conda install --quiet -c omnia/label/rc openmm;;
nightly)
echo "Using OpenMM nightly dev build."
# need to install parmed from master my fork
pip install git+https://github.com/mikemhenry/parmed.git@fix/openmm_namespace_change
# need to install parmed from master until new release
pip install git+https://github.com/ParmEd/ParmEd.git
conda install --quiet -c omnia-dev openmm;;
conda-forge)
echo "Using OpenMM conda-forge testing build."
Expand Down

0 comments on commit 96292f7

Please sign in to comment.