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 e987644 commit c8984aeCopy full SHA for c8984ae
.github/workflows/conda-package.yml
@@ -128,7 +128,7 @@ jobs:
128
- uses: actions/checkout@v3
129
with:
130
fetch-depth: 0
131
- - uses: conda-incubator/setup-miniconda@v2
+ - uses: conda-incubator/setup-miniconda@v3
132
133
auto-activate-base: true
134
conda-build-version: "*"
@@ -175,7 +175,7 @@ jobs:
175
uses: actions/download-artifact@v3
176
177
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
178
179
180
auto-update-conda: true
181
conda-build-version: '*'
0 commit comments