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

ci

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