Skip to content

Commit 84c8fc7

Browse files
Do not use use-only-tar-bz2 to allow latest cmake to be pulled on Windows
1 parent 7b2d681 commit 84c8fc7

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
@@ -199,7 +198,6 @@ jobs:
199198
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
200199
- uses: conda-incubator/setup-miniconda@v2
201200
with:
202-
use-only-tar-bz2: true
203201
auto-update-conda: true
204202
conda-build-version: '*'
205203
miniconda-version: 'latest'

0 commit comments

Comments
 (0)