Skip to content

Commit

Permalink
Update setup-micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Feb 2, 2024
1 parent b7e6711 commit b5fc529
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
]
steps:
- uses: actions/checkout@v3
- name: Install Conda environment
uses: mamba-org/provision-with-micromamba@main
- name: Install Conda environment from environment.yml
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ci/environment.yaml
cache-downloads: true
extra-specs: |
# environment-file is not assumed anymore
environment-file: ci/environment.yml
create-args: >-
python=${{ matrix.python-version }}
- name: Install package
run: |
Expand Down

0 comments on commit b5fc529

Please sign in to comment.