Skip to content

Commit

Permalink
move openeye install
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Feb 12, 2024
1 parent 4485176 commit caf089b
Show file tree
Hide file tree
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
Expand Up @@ -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: |
Expand Down
1 change: 0 additions & 1 deletion devtools/conda-envs/test_env_dgl_false.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies:
- openff-units
- pydantic <3
- rdkit
- openeye-toolkits
- scipy

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

# database
Expand Down

0 comments on commit caf089b

Please sign in to comment.