Skip to content
Snippets Groups Projects
Commit 133449ed authored by Antoine Gaudron-Desjardins's avatar Antoine Gaudron-Desjardins
Browse files

ci

parent b7cf3194
Branches
No related tags found
1 merge request!6Ci
Pipeline #43603 failed
......@@ -60,7 +60,7 @@ workflow:
install:
stage: build
script:
- pip install venv
# - pip install venv
- python3 -m venv ./venv
- source ./venv/bin/activate
- pip install --upgrade pip && pip install pip-tools
......@@ -88,6 +88,7 @@ lint:
format:
stage: test
needs: ["lint"]
before_script:
- source .venv/bin/activate
- pip install autopep8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment