Skip to content

Commit 9311067

Browse files
authored
Merge pull request #424 from RemiLehe/fix_ci
Update CI to conda-incubator/setup-miniconda@v3
2 parents 6eccb60 + 765ac25 commit 9311067

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/unix.yml

+2-13
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,11 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v3
18-
- name: Cache conda
19-
uses: actions/cache@v3
20-
# Increase this value to reset cache
21-
env: {CACHE_NUMBER: 0}
22-
with:
23-
path: ~/conda_pkgs_dir
24-
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ matrix.python-version }}
25-
26-
- uses: conda-incubator/setup-miniconda@v2
27-
name: Setup conda
18+
- uses: conda-incubator/setup-miniconda@v3
2819
with:
2920
auto-update-conda: true
30-
activate-environment: testing
31-
auto-activate-base: false
21+
python-version: ${{ matrix.python-version }}
3222
channels: conda-forge,defaults
33-
channel-priority: true
3423

3524
- shell: bash -eo pipefail -l {0}
3625
name: Install dependencies

0 commit comments

Comments
 (0)