Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move openeye install
Browse files Browse the repository at this point in the history
lilyminium committed Feb 12, 2024
1 parent 4485176 commit caf089b
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/actions/include-openeye/action.yaml
Original file line number Diff line number Diff line change
@@ -16,6 +16,11 @@ inputs:
runs:
using: "composite"
steps:
- name: Install OpenEye
shell: ${{ inputs.shell }}
run: |
mamba install -y -c openeye openeye-toolkits
- name: Make oe_license.txt file from GH org secret "OE_LICENSE"
shell: ${{ inputs.shell }}
run: |
1 change: 0 additions & 1 deletion devtools/conda-envs/test_env_dgl_false.yaml
Original file line number Diff line number Diff line change
@@ -20,7 +20,6 @@ dependencies:
- openff-units
- pydantic <3
- rdkit
- openeye-toolkits
- scipy

# database
1 change: 0 additions & 1 deletion devtools/conda-envs/test_env_dgl_true.yaml
Original file line number Diff line number Diff line change
@@ -21,7 +21,6 @@ dependencies:
- openff-units
- pydantic <3
- rdkit
- openeye-toolkits
- scipy

# database

0 comments on commit caf089b

Please sign in to comment.