Skip to content

Commit

Permalink
Use create-args instead of extra-specs
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Sep 19, 2023
1 parent 58e68cb commit 655968a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ci/environment-py38.yml
extra-specs: python=${{ matrix.PY }}
create-args: python=${{ matrix.PY }}

- name: Run Tests
shell: bash -l {0}
Expand Down

0 comments on commit 655968a

Please sign in to comment.