Skip to content

Commit 075c77d

Browse files
Do not use use-only-tar-bz2 to allow latest cmake to be pulled on Windows
1 parent 90d58c2 commit 075c77d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
fetch-depth: 0
7373
- uses: conda-incubator/setup-miniconda@v2
7474
with:
75-
use-only-tar-bz2: true
7675
auto-activate-base: true
7776
conda-build-version: "*"
7877
activate-environment: true
@@ -201,7 +200,6 @@ jobs:
201200
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
202201
- uses: conda-incubator/setup-miniconda@v2
203202
with:
204-
use-only-tar-bz2: true
205203
auto-update-conda: true
206204
conda-build-version: '*'
207205
miniconda-version: 'latest'

0 commit comments

Comments
 (0)