Skip to content

Commit

Permalink
Address setup-micromamba warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
leeping authored Sep 26, 2023
1 parent 8061849 commit ce10eaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
environment-file: devtools/conda-envs/test_env.yaml
channel-priority: "flexible"
extra-specs:
create-args: >- # beware the >- instead of |, we don't split on newlines but on spaces
python=${{ matrix.python-version }}
- name: Additional info about the build
Expand Down

0 comments on commit ce10eaa

Please sign in to comment.