This commit is contained in:
Kreyren 2020-02-07 19:38:19 +00:00
parent d1cf4f1a1e
commit 3b76728b79

@ -205,7 +205,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip3 install -r requirements.txt
pip install -r requirements.txt
- name: Lint with flake8
run: |
pip3 install flake8