Skip to content
Snippets Groups Projects
Commit d7ed72e0 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Install wheel in CI

parent 98e81162
Branches
No related tags found
No related merge requests found
Pipeline #476 failed
......@@ -4,6 +4,7 @@ before_script:
- export LANG=en_US.UTF-8
- python3 -m venv venv
- source venv/bin/activate
- pip install wheel
- pip install -r requirements.txt
stages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment