Skip to content

Commit 3c1ed20

Browse files
authored
install conda as a library in the minimum dependency check CI (#4792)
* install conda as a library * use python 3.8 instead of 3.9 as it seems conda is not ready for it, yet. * install py38 when initially setting up the environment
1 parent d241aa4 commit 3c1ed20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,10 @@ jobs:
180180
channel-priority: strict
181181
mamba-version: "*"
182182
auto-update-conda: false
183+
python-version: "3.8"
183184

184185
- name: minimum versions policy
185186
run: |
186-
mamba install -y pyyaml
187+
mamba install -y pyyaml conda
187188
python ci/min_deps_check.py ci/requirements/py37-bare-minimum.yml
188189
python ci/min_deps_check.py ci/requirements/py37-min-all-deps.yml

0 commit comments

Comments
 (0)