chg apk for apt

This commit is contained in:
Grégory Lebreton 2023-01-02 23:24:46 +01:00
parent 59de3948fc
commit b75bed3c13

View File

@ -2,7 +2,7 @@
image: python:3.9.16-slim-bullseye
before_script:
- apt update && apt install git
- apt update -y && apt install git -y
- pip install -r requirements.txt
test: