Skip to content

Commit

Permalink
Switch to setup-micromamba (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson authored Jun 15, 2023
1 parent 7087291 commit 656dca3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ jobs:

- name: Install with OpenEye Toolkits
if: ${{ matrix.openeye == true }}
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: devtools/conda-envs/test-env.yaml
extra-specs: |
create-args: >-
python=${{ matrix.python-version }}
- name: Install with AmberTools
if: ${{ matrix.openeye == false }}
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: devtools/conda-envs/no_openeye.yaml
extra-specs: |
create-args: >-
python=${{ matrix.python-version }}
- name: License OpenEye
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- uses: actions/checkout@v3

- name: Install conda environment
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: devtools/conda-envs/installer.yaml
extra-specs: |
create-args: >-
python=${{ matrix.python-version }}
- name: Prepare and run the constructor
Expand Down

0 comments on commit 656dca3

Please sign in to comment.