Skip to content
Snippets Groups Projects
Commit c48b90ea authored by Luke Naylor's avatar Luke Naylor
Browse files

Update .gitlab-ci.yml file

parent 1f56d84e
No related branches found
No related tags found
No related merge requests found
Pipeline #26766 passed
...@@ -6,8 +6,7 @@ build: ...@@ -6,8 +6,7 @@ build:
tags: ["x64"] tags: ["x64"]
script: script:
- echo $SHELL - echo $SHELL
- eval "$(micromamba shell hook --shell=bash)" - source /root/.bashrc
- micromamba activate
- sage -pip install "pseudowalls==0.0.3" --extra-index-url https://gitlab.com/api/v4/projects/43962374/packages/pypi/simple - sage -pip install "pseudowalls==0.0.3" --extra-index-url https://gitlab.com/api/v4/projects/43962374/packages/pypi/simple
- make || echo make failed - make || echo make failed
artifacts: artifacts:
......
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