Skip to content

Commit 431329f

Browse files
authored
Update package-checks.yml
1 parent 3d9ecc8 commit 431329f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/package-checks.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,13 @@ jobs:
6767
fetch-depth: 0
6868

6969
- name: Set up Python
70-
uses: mamba-org/provision-with-micromamba@v15
70+
uses: mamba-org/setup-micromamba@v1
7171
with:
72-
environment-file: false
7372
environment-name: recipe-test
74-
extra-specs: |
73+
extra-specs: >-
7574
python=${{ matrix.python-version }}
7675
boa
7776
conda-verify
78-
channels: conda-forge
7977
cache-downloads: true
8078
cache-env: true
8179

0 commit comments

Comments
 (0)