We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c11eb1 commit 9da3c7cCopy full SHA for 9da3c7c
.github/workflows/testing_pr.yml
@@ -25,11 +25,11 @@ jobs:
25
python-version: ${{ matrix.python-version }}
26
27
- name: Setup conda
28
- uses: s-weigand/setup-conda@v1
+ uses: conda-incubator/setup-miniconda@v3
29
with:
30
- update-conda: true
+ auto-update-conda: true
31
32
- conda-channels: anaconda, conda-forge
+ channels: anaconda, conda-forge
33
34
- name: Install Python dependencies
35
run: |
0 commit comments