Skip to content

Commit

Permalink
disable conda config option use-only-tar-bz2
Browse files Browse the repository at this point in the history
  • Loading branch information
rvianello committed Jan 20, 2024
1 parent b46bb29 commit d0fac81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-forge-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
installer-url: ${{ matrix.config.miniforge-url }}
allow-softlinks: true
show-channel-urls: true
use-only-tar-bz2: true
use-only-tar-bz2: false
activate-environment: ""
# Display some diagnostic info and configure the available conda installation
- name: Run conda info
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
channel-priority: strict
allow-softlinks: true
show-channel-urls: true
use-only-tar-bz2: true
use-only-tar-bz2: false
activate-environment: ""
# Display some diagnostic info and configure the available conda installation
- name: Run conda info
Expand Down

0 comments on commit d0fac81

Please sign in to comment.