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

ci

parent 133449ed
No related branches found
No related tags found
1 merge request!6Ci
Pipeline #43604 failed
...@@ -60,11 +60,10 @@ workflow: ...@@ -60,11 +60,10 @@ workflow:
install: install:
stage: build stage: build
script: script:
# - 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
- pip install -r requirements.txt - pip install -r ./backend/requirements.txt
artifacts: artifacts:
paths: paths:
- .venv/ - .venv/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment