Skip to content

Commit d11db5c

Browse files
committed
Fix GitHub builtin
1 parent bbffde2 commit d11db5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
run: |
4848
dev/github-actions/setup-deps.sh ${{ matrix.os }}
4949
50-
- name: Setup Python
51-
uses: actions/setup-python@v5
50+
- uses: conda-incubator/setup-miniconda@v3
5251
with:
52+
# auto-update-conda: true
5353
python-version: ${{ matrix.python-version }}
5454

5555
- name: Setup R

0 commit comments

Comments
 (0)