fix(ci): pip refuse to install requirements, pass the good option
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
This commit is contained in:
parent
c95d8d1e9c
commit
4b19713c06
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt -y install python3 python3-pip
|
- apt -y install python3 python3-pip
|
||||||
- pip3 install -r requirements-dev.txt
|
- pip3 install -r requirements-dev.txt --break-system-packages
|
||||||
- ruff check .
|
- ruff check .
|
Reference in a new issue