fix(ci): pip refuse to install requirements, pass the good option
All checks were successful
ci/woodpecker/push/lint Pipeline was successful

This commit is contained in:
Ada 2023-09-26 11:46:38 +02:00
parent c95d8d1e9c
commit 4b19713c06

View file

@ -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 .