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:
install:
stage: build
script:
# - pip install venv
- python3 -m venv ./venv
- source ./venv/bin/activate
- pip install --upgrade pip && pip install pip-tools
- pip install -r requirements.txt
- pip install -r ./backend/requirements.txt
artifacts:
paths:
- .venv/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment