From bea74bde352a01413c79567ca47099813dfb45bd Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 22 May 2023 19:55:30 +0300 Subject: [PATCH] .gitlab-ci.yml: install wheel --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5179de2..908776f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ pages: gitlab-ci-pre-commit: stage: build before_script: - - apk add --no-cache python3 py3-pip git gcc musl-dev bash + - apk add --no-cache python3 py3-pip py3-wheel git gcc musl-dev bash - pip install pre-commit script: - pre-commit run --all-files --show-diff-on-failure