fix #2
This commit is contained in:
parent
1f6ca1b13c
commit
a37bb67520
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,9 @@ image: "python:3.8"
|
|||
|
||||
before_script:
|
||||
- python --version
|
||||
- python -m pip install --upgrade pip
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r dev-requirements.txt
|
||||
- pip install -r dev_requirements.txt
|
||||
|
||||
stages:
|
||||
- lint
|
||||
|
|
Loading…
Reference in a new issue