Skip to content

Commit 99fb433

Browse files
committed
CI: Remove 'use-only-tar-bz2' since now the artifacts in conda-forge are '.conda'
1 parent 177bb03 commit 99fb433

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

.github/workflows/test-files.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Cache conda
8181
uses: actions/cache@v2
8282
env:
83-
# Increase this value to reset cache if requirements/*.txt has not changed
83+
# Increase this value to reset cache if requirements/*.yml has not changed
8484
CACHE_NUMBER: 0
8585
with:
8686
path: ~/conda_pkgs_dir
@@ -99,7 +99,6 @@ jobs:
9999
auto-update-conda: false
100100
auto-activate-base: false
101101
python-version: ${{ matrix.PYTHON_VERSION }}
102-
use-only-tar-bz2: true
103102
channels: conda-forge,defaults
104103
channel-priority: strict
105104
miniforge-variant: Mambaforge

.github/workflows/test-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ jobs:
104104
auto-update-conda: false
105105
auto-activate-base: false
106106
python-version: ${{ matrix.PYTHON_VERSION }}
107-
use-only-tar-bz2: true
108107
channels: conda-forge,defaults
109108
channel-priority: strict
110109
miniforge-variant: Mambaforge

.github/workflows/test-mac.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ jobs:
9797
auto-update-conda: false
9898
auto-activate-base: false
9999
python-version: ${{ matrix.PYTHON_VERSION }}
100-
use-only-tar-bz2: true
101100
channels: conda-forge,defaults
102101
channel-priority: strict
103102
miniforge-variant: Mambaforge

.github/workflows/test-win.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ jobs:
9797
auto-update-conda: false
9898
auto-activate-base: false
9999
python-version: ${{ matrix.PYTHON_VERSION }}
100-
use-only-tar-bz2: true
101100
channels: conda-forge,defaults
102101
channel-priority: strict
103102
miniforge-variant: Mambaforge

0 commit comments

Comments
 (0)