From 7f5625b4040808fd1ab6fa90967f47de5ab19d0e Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Mon, 29 Apr 2024 10:16:20 +0200 Subject: [PATCH] [ci] Remove pip-install phase (not really useful) --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56df05c0..05c8672f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab