We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb117f commit ef0fd01Copy full SHA for ef0fd01
1 file changed
.github/workflows/python-package.yml
@@ -25,10 +25,10 @@ jobs:
25
with:
26
python-version: ${{ matrix.python-version }}
27
- 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 }}
+ uses: mamba-org/setup-micromamba@v1
+ with:
+ environment-file: tests/test-env.yml
+ create-args: python=${{ matrix.python-version }}
32
- name: Test with pytest
33
run: |
34
eval "$(micromamba shell hook --shell bash)"
0 commit comments