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

remove useless requirements

parent a68e9d0a
Branches
No related tags found
1 merge request!54fix artifacts vs cache
Pipeline #44484 failed
......@@ -51,19 +51,6 @@ cache:
#### ####
#######################################################################################################################################
install-virtualenv:
stage: install
script:
- python3 -m venv venv/
- source venv/bin/activate
- pip install --upgrade pip && pip install pip-tools
- pip install -r ./backend/requirements.txt
artifacts:
paths:
- venv/
expire_in: 30 mins
install-npm-packages:
image: node:14.6.0
stage: install
......@@ -85,9 +72,10 @@ lint-back:
stage: test
allow_failure: true
before_script:
- python3 -m venv venv/
- source venv/bin/activate
- pip install pycodestyle
script:
- pip install pycodestyle
- pycodestyle --config=./backend/setup.cnf ./backend
dependencies:
- install-virtualenv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment