We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05a25d commit 45f5469Copy full SHA for 45f5469
.github/workflows/docs.yml
@@ -62,7 +62,7 @@ jobs:
62
run: git fetch origin 'refs/tags/*:refs/tags/*'
63
64
- name: Setup Miniconda
65
- uses: conda-incubator/setup-miniconda@v2
+ uses: conda-incubator/setup-miniconda@v3
66
with:
67
python-version: ${{ env.PYTHON }}
68
miniforge-variant: Mambaforge
.github/workflows/test.yml
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
92
0 commit comments