Skip to content

Commit

Permalink
switch to micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Feb 12, 2024
1 parent caf089b commit 6a0e01c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/include-openeye/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ runs:
- name: Install OpenEye
shell: ${{ inputs.shell }}
run: |
mamba install -y -c openeye openeye-toolkits
micromamba install -y -c openeye openeye-toolkits
- name: Make oe_license.txt file from GH org secret "OE_LICENSE"
shell: ${{ inputs.shell }}
run: |
Expand Down

0 comments on commit 6a0e01c

Please sign in to comment.