Update .gitlab-ci.yml file

This commit is contained in:
JuniorJPDJ 2022-11-17 20:43:48 +00:00
parent 4815185b58
commit ab6106cb02
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ build_dep_wheels:
- cd ..
- python -m venv venv
- source venv/bin/activate
- pip install --upgrade pip
- pip install --upgrade pip wheel
script:
- source venv/bin/activate
- pip wheel --check-build-dependencies -w wheelhome -r requirements.txt