From 84c7d0e255a04465dc7f0631520458d80f8237ff Mon Sep 17 00:00:00 2001 From: JuniorJPDJ Date: Sun, 27 Nov 2022 22:52:50 +0000 Subject: [PATCH] fix deps for builder --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b70625463..61cccf98c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,7 +104,8 @@ build_dep_wheels: # show time stats - *time_script # build basic wheels - - venv/bin/pip wheel --check-build-dependencies -w wheelhouse -r requirements.txt auditwheel twine poetry + - venv/bin/pip wheel --check-build-dependencies -w wheelhouse auditwheel twine poetry + - venv/bin/pip wheel --check-build-dependencies -w wheelhouse -r requirements.txt # remove universal wheels (those are probably downloaded from pypi or our repo) - rm -f wheelhouse/*-none-any.whl wheelhouse/*-musllinux_*.whl - ls -l wheelhouse