Skip to content
Snippets Groups Projects
Commit c9e750f2 authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Ensure wheel is installed

parent 4b892ebe
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,10 @@ stages:
create-binaries:
stage: build
script:
- /install-dependencies.sh
- echo -e "machine rev.ng\nlogin gitlab-ci-token\npassword ${CI_JOB_TOKEN}" > ~/.netrc
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@rev.ng/gitlab/${CI_PROJECT_NAMESPACE}/orchestra-v3.git /orchestra
- cd /orchestra
- .orchestra/ci/install-dependencies.sh
- python3 setup.py bdist_wheel
- pip install dist/orchestra*.whl
- cd "${CI_PROJECT_DIR}"
......
......@@ -65,6 +65,8 @@ apt install --no-install-recommends --yes \
libxkbcommon-x11-dev \
libxrender-dev
pip3 install setuptools wheel
if ! which git-lfs >& /dev/null; then
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
apt-get install --no-install-recommends --yes git-lfs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment