Skip to content

Commit

Permalink
update everything to micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Oct 17, 2024
1 parent 4f1cc29 commit d811159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ jobs:

- name: Uninstall OpenEye
if: matrix.include-openeye == false
run: conda remove --force openeye-toolkits --yes || echo "openeye not installed"
run: micromamba remove --force openeye-toolkits --yes || echo "openeye not installed"

- name: Uninstall RDKit
if: matrix.include-rdkit == false
run: conda remove --force rdkit --yes || echo "rdkit not installed"
run: micromamba remove --force rdkit --yes || echo "rdkit not installed"

# See https://github.com/openforcefield/openff-nagl/issues/103
- name: Rewrite DGL config
Expand Down

0 comments on commit d811159

Please sign in to comment.