Realmente no es necesario venv en el test
This commit is contained in:
@@ -10,8 +10,6 @@ before_script:
|
|||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- python3 -m venv venv
|
|
||||||
- . venv/bin/activate
|
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- ./lint.sh
|
- ./lint.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user