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

[ci] Remove pip-install phase (not really useful)

parent 92e51c70
No related branches found
No related tags found
1 merge request!33Full dev environment based on pixi-only
Pipeline #86491 failed
......@@ -147,17 +147,6 @@ quality:
script:
- pixi_run qa-ci,default qa-ci,qa
pip-install:
stage: qa
cache:
key: pip-install
paths:
- _cache/uv
script:
- pixi global install 'python=3.12.*' uv
- uv venv --python ${PIXI_HOME}/bin/python
- uv pip install --dry-run --editable .
tests:
stage: test
parallel:
......
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