Skip to content

Commit ef0fd01

Browse files
authored
yml is obnoxious
1 parent bbb117f commit ef0fd01

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install environment with micromamba
28-
- uses: mamba-org/setup-micromamba@v1
29-
with:
30-
environment-file: tests/test-env.yml
31-
create-args: python=${{ matrix.python-version }}
28+
uses: mamba-org/setup-micromamba@v1
29+
with:
30+
environment-file: tests/test-env.yml
31+
create-args: python=${{ matrix.python-version }}
3232
- name: Test with pytest
3333
run: |
3434
eval "$(micromamba shell hook --shell bash)"

0 commit comments

Comments
 (0)