We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2be172 commit b3ba591Copy full SHA for b3ba591
.github/workflows/ci-conda.yml
@@ -59,7 +59,7 @@ jobs:
59
with:
60
path: ~/conda_pkgs_dir
61
key:
62
- ${{ runner.os }}-conda-${{ hashFiles('src/environment.yml') }}
+ ${{ runner.os }}-conda-${{ hashFiles('src/environment-3.11.yml') }}
63
64
- name: Setup Conda
65
uses: conda-incubator/setup-miniconda@v2
@@ -69,7 +69,7 @@ jobs:
69
channels: conda-forge,defaults
70
channel-priority: true
71
activate-environment: sage-build
72
- environment-file: src/${{ matrix.conda-env }}.yml
+ environment-file: src/${{ matrix.conda-env }}-${{ matrix.python }}.yml
73
74
- name: Print Conda environment
75
shell: bash -l {0}
0 commit comments