Skip to content

Commit 9da3c7c

Browse files
try to fix macos action
1 parent 3c11eb1 commit 9da3c7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testing_pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626

2727
- name: Setup conda
28-
uses: s-weigand/setup-conda@v1
28+
uses: conda-incubator/setup-miniconda@v3
2929
with:
30-
update-conda: true
30+
auto-update-conda: true
3131
python-version: ${{ matrix.python-version }}
32-
conda-channels: anaconda, conda-forge
32+
channels: anaconda, conda-forge
3333

3434
- name: Install Python dependencies
3535
run: |

0 commit comments

Comments
 (0)