Skip to content
Snippets Groups Projects
Commit 7196b136 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[ci] Use new bootstrap.py

parent e87d91df
No related branches found
No related tags found
No related merge requests found
Pipeline #25984 failed
......@@ -14,7 +14,7 @@ stages:
.build_template: &build_job
stage: build
before_script:
- ./ci/bootstrap.sh build
- python3 ./ci/bootstrap.py build
script:
- ./ci/build.sh
cache: &build_caches
......@@ -74,7 +74,7 @@ build_macosx_36:
.deploy_template: &deploy_job
stage: deploy
before_script:
- ./ci/bootstrap.sh local myenv
- python3 ./ci/bootstrap.py local myenv
script:
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate myenv
......@@ -115,7 +115,7 @@ pypi:
except:
- branches
before_script:
- ./ci/bootstrap.sh local myenv
- python3 ./ci/bootstrap.py local myenv
script:
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate myenv
......
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