Remove unknown --system pip flag
This commit is contained in:
parent
b6805c1675
commit
d8b04b3329
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ python-linting:
|
|||
stage: lint
|
||||
image: python:3.11
|
||||
before_script:
|
||||
- pip install --system uv
|
||||
- pip install uv
|
||||
- uv pip install --system --requirement requirements/ci.txt
|
||||
script:
|
||||
- isort --check-only src/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue