Skip to content

Commit b3ba591

Browse files
author
Matthias Koeppe
committed
.github/workflows/ci-conda.yml: Update for versioned environment*.yml
1 parent c2be172 commit b3ba591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
path: ~/conda_pkgs_dir
6161
key:
62-
${{ runner.os }}-conda-${{ hashFiles('src/environment.yml') }}
62+
${{ runner.os }}-conda-${{ hashFiles('src/environment-3.11.yml') }}
6363

6464
- name: Setup Conda
6565
uses: conda-incubator/setup-miniconda@v2
@@ -69,7 +69,7 @@ jobs:
6969
channels: conda-forge,defaults
7070
channel-priority: true
7171
activate-environment: sage-build
72-
environment-file: src/${{ matrix.conda-env }}.yml
72+
environment-file: src/${{ matrix.conda-env }}-${{ matrix.python }}.yml
7373

7474
- name: Print Conda environment
7575
shell: bash -l {0}

0 commit comments

Comments
 (0)