Remove unknown --system pip flag

This commit is contained in:
Sonny Bakker 2024-08-24 15:40:06 +02:00
parent b6805c1675
commit d8b04b3329
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ python-linting:
stage: lint stage: lint
image: python:3.11 image: python:3.11
before_script: before_script:
- pip install --system uv - pip install uv
- uv pip install --system --requirement requirements/ci.txt - uv pip install --system --requirement requirements/ci.txt
script: script:
- isort --check-only src/ - isort --check-only src/

View file

@ -6,7 +6,7 @@ python-tests:
- memcached:1.5.22 - memcached:1.5.22
image: python:3.11 image: python:3.11
before_script: before_script:
- pip install --system uv - pip install uv
- uv pip install --system --requirement requirements/ci.txt - uv pip install --system --requirement requirements/ci.txt
script: script:
- coverage run ./src/manage.py test newsreader - coverage run ./src/manage.py test newsreader