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

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