Update CI installation steps
This commit is contained in:
parent
07c685401f
commit
b6805c1675
3 changed files with 6 additions and 3 deletions
|
|
@ -6,7 +6,8 @@ python-tests:
|
|||
- memcached:1.5.22
|
||||
image: python:3.11
|
||||
before_script:
|
||||
- uv pip install --requirement requirements/ci.txt
|
||||
- pip install --system uv
|
||||
- uv pip install --system --requirement requirements/ci.txt
|
||||
script:
|
||||
- coverage run ./src/manage.py test newsreader
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue