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

[ci skip] conda clean in the ci steps

parent 6d5526e3
No related branches found
No related tags found
No related merge requests found
Pipeline #54743 skipped
......@@ -22,6 +22,7 @@ stages:
- python3 bootstrap.py -vv channel base
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base
- conda clean --all
- bdt ci base-build -vv nopython.txt
- bdt ci base-build -vv python.txt
- '[ "${CI_COMMIT_REF_NAME}" = "master" ] && bdt ci base-deploy -vv'
......
......@@ -27,6 +27,7 @@ stages:
- python3 bootstrap.py -vv channel base
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base
- conda clean --all
cache:
paths:
- torch
......
......@@ -24,6 +24,7 @@ stages:
- python3 bootstrap.py -vv channel base
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base
- conda clean --all
cache:
paths:
- miniconda.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