Skip to content

Commit

Permalink
fix extra args
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Oct 17, 2023
1 parent 7190716 commit d52020c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
# More info on options: https://github.com/conda-incubator/setup-miniconda
- name: Setup Micromamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/provision-with-micromamba@v1
with:
environment-file: devtools/conda-envs/test_env.yaml
environment-name: test
extra-specs: |
create-args: >-
python==${{ matrix.python-version }}
- name: Install package
Expand Down

0 comments on commit d52020c

Please sign in to comment.