Update .gitlab-ci.yml file
This commit is contained in:
parent
4815185b58
commit
ab6106cb02
|
@ -63,7 +63,7 @@ build_dep_wheels:
|
||||||
- cd ..
|
- cd ..
|
||||||
- python -m venv venv
|
- python -m venv venv
|
||||||
- source venv/bin/activate
|
- source venv/bin/activate
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip wheel
|
||||||
script:
|
script:
|
||||||
- source venv/bin/activate
|
- source venv/bin/activate
|
||||||
- pip wheel --check-build-dependencies -w wheelhome -r requirements.txt
|
- pip wheel --check-build-dependencies -w wheelhome -r requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue