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: ...@@ -34,7 +34,6 @@ build_linux:
- docker - docker
before_script: before_script:
- rm -fv ~/.condarc - rm -fv ~/.condarc
- rm -rfv ~/.conda
image: quay.io/condaforge/linux-anvil-comp7 image: quay.io/condaforge/linux-anvil-comp7
cache: cache:
key: "linux-cache" key: "linux-cache"
......
...@@ -23,7 +23,6 @@ stages: ...@@ -23,7 +23,6 @@ stages:
image: quay.io/condaforge/linux-anvil-comp7 image: quay.io/condaforge/linux-anvil-comp7
before_script: before_script:
- rm -fv ~/.condarc - rm -fv ~/.condarc
- rm -rfv ~/.conda
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py" - curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- python3 bootstrap.py -vv channel base - python3 bootstrap.py -vv channel base
- source ${CONDA_ROOT}/etc/profile.d/conda.sh - source ${CONDA_ROOT}/etc/profile.d/conda.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment