Skip to content

Commit

Permalink
Merge pull request #1009 from openforcefield/fix-openeye
Browse files Browse the repository at this point in the history
Do not install broken OpenEye Toolkits package
  • Loading branch information
mattwthompson authored Jul 15, 2024
2 parents 65f36d5 + 8b23250 commit 88e57e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install and license OpenEye Toolkits
if: ${{ matrix.openeye == true }}
run: |
micromamba install "openeye-toolkits >=2023.2" -c openeye
micromamba install "openeye-toolkits =2024.1.0" -c openeye
echo "${SECRET_OE_LICENSE}" > ${OE_LICENSE}
python -c "from openeye import oechem; assert oechem.OEChemIsLicensed()"
env:
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/examples_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- mdtraj
- pdbfixer
- nglview
- openeye-toolkits >=2023.2
- openeye-toolkits =2024.1.0
- pytest =8.0
- pytest-xdist
- nbval
Expand Down

0 comments on commit 88e57e7

Please sign in to comment.