We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test
1 parent 26fc0d5 commit bc238daCopy full SHA for bc238da
1 file changed
.github/workflows/ci.yaml
@@ -33,6 +33,8 @@ jobs:
33
channels: conda-forge
34
miniforge-version: latest
35
python-version: ${{ matrix.python-version }}
36
+ activate-environment: test
37
+ auto-activate-base: false
38
39
- name: Install build dependencies and compilers
40
run: |
@@ -112,6 +114,8 @@ jobs:
112
114
113
115
116
python-version: "3.13"
117
118
119
120
121
@@ -175,6 +179,8 @@ jobs:
175
179
176
180
177
181
182
183
178
184
185
186
0 commit comments