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.
2 parents 8e7175f + c8984ae commit 9c023b3Copy full SHA for 9c023b3
.github/workflows/conda-package.yml
@@ -131,7 +131,7 @@ jobs:
131
- uses: actions/checkout@v3
132
with:
133
fetch-depth: 0
134
- - uses: conda-incubator/setup-miniconda@v2
+ - uses: conda-incubator/setup-miniconda@v3
135
136
auto-activate-base: true
137
conda-build-version: "*"
@@ -178,7 +178,7 @@ jobs:
178
uses: actions/download-artifact@v3
179
180
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
181
182
183
auto-update-conda: true
184
conda-build-version: '*'
0 commit comments