This commit is contained in:
jerger 2022-02-24 15:47:14 +01:00
parent 1f6ca1b13c
commit a37bb67520

View file

@ -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