Skip to content

Commit

Permalink
correct micromamba workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
callumrollo committed Aug 6, 2024
1 parent 738b782 commit 9c58a3a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Micromamba
uses: mamba-org/provision-with-micromamba@v16
uses: mamba-org/setup-micromamba
with:
environment-file: tests/environment.yml

uses: mamba-org/setup-micromamba@v1
with:
environment-file: tests/environment.yml
create-args: >- # beware the >- instead of |, we don't split on newlines but on spaces
python=${{matrix.python-version}}
cache-environment: true
- name: Python ${{ matrix.python-version }}
run: >
micromamba activate pyglider-test
Expand Down

0 comments on commit 9c58a3a

Please sign in to comment.