Skip to content

Commit

Permalink
install conda as a library in the minimum dependency check CI (#4792)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
keewis authored Jan 11, 2021
1 parent d241aa4 commit 3c1ed20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-additional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,10 @@ jobs:
channel-priority: strict
mamba-version: "*"
auto-update-conda: false
python-version: "3.8"

- name: minimum versions policy
run: |
mamba install -y pyyaml
mamba install -y pyyaml conda
python ci/min_deps_check.py ci/requirements/py37-bare-minimum.yml
python ci/min_deps_check.py ci/requirements/py37-min-all-deps.yml

0 comments on commit 3c1ed20

Please sign in to comment.