Skip to content

Commit

Permalink
Update micromamba workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk committed Jun 9, 2024
1 parent 5efe06c commit d7761d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Install dependencies
if: ${{ ! contains(matrix.os, 'windows') }}
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: assets/ci/build-env.yaml

Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
uses: actions/checkout@v4

- name: Install dependencies
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: assets/ci/python-env.yaml
extra-specs: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: assets/ci/build-env.yaml
- run: |
Expand All @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: assets/ci/python-env.yaml
extra-specs: |
Expand Down

0 comments on commit d7761d7

Please sign in to comment.