Skip to content
Snippets Groups Projects
Commit 327fcb95 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[ci skip] don't remove ~/.conda folders

parent cf95b706
No related branches found
No related tags found
No related merge requests found
Pipeline #54614 skipped
......@@ -34,7 +34,6 @@ build_linux:
- docker
before_script:
- rm -fv ~/.condarc
- rm -rfv ~/.conda
image: quay.io/condaforge/linux-anvil-comp7
cache:
key: "linux-cache"
......
......@@ -23,7 +23,6 @@ stages:
image: quay.io/condaforge/linux-anvil-comp7
before_script:
- rm -fv ~/.condarc
- rm -rfv ~/.conda
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- python3 bootstrap.py -vv channel base
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
......
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