Skip to content
Snippets Groups Projects
Commit f9f184ab authored by André MAYORAZ's avatar André MAYORAZ
Browse files

[ci] force usage of python 3.8

parent 5ccf6433
No related branches found
No related tags found
No related merge requests found
Pipeline #64917 failed
...@@ -26,7 +26,7 @@ stages: ...@@ -26,7 +26,7 @@ stages:
image: quay.io/condaforge/linux-anvil-cos7-x86_64 image: quay.io/condaforge/linux-anvil-cos7-x86_64
before_script: before_script:
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py" - curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- python3 bootstrap.py -vv channel base -t 5.3.0 - python3 bootstrap.py -vv channel base -t 5.3.0 -p 3.8
- source ${CONDA_ROOT}/etc/profile.d/conda.sh - source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base - conda activate base
- conda install memory_profiler -c conda-forge - conda install memory_profiler -c conda-forge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment