Skip to content
Snippets Groups Projects
Unverified Commit 9912540a authored by Oliver Smith's avatar Oliver Smith
Browse files

gitlab-ci.yml: fix pip command with alpine 3.19

Put the argument at the right place.
parent 1efd4077
Branches
Tags
No related merge requests found
Pipeline #183734 passed with warnings
......@@ -30,7 +30,7 @@ flake8:
image: "alpine:latest"
before_script:
- "apk -q add py3-pip"
- "pip3 -q --disable-pip-version-check --break-system-packages install flake8"
- "pip3 -q --disable-pip-version-check install flake8 --break-system-packages"
script:
- ".ci/flake8.sh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment