fix(ci): missing apt update
Some checks failed
ci/woodpecker/push/lint Pipeline failed

This commit is contained in:
Ada 2023-09-26 11:44:59 +02:00
parent 604c28a85a
commit c95d8d1e9c

View file

@ -2,6 +2,7 @@ steps:
ruff:
image: ubuntu:23.04
commands:
- apt update
- apt -y install python3 python3-pip
- pip3 install -r requirements-dev.txt
- ruff check .