mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-16 10:56:16 +00:00
fix for prev
This commit is contained in:
4
.github/workflows/lint.yaml
vendored
4
.github/workflows/lint.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install poetry
|
||||||
pip install flake8
|
poetry install
|
||||||
- name: Check flake8
|
- name: Check flake8
|
||||||
run: python -m flake8 .
|
run: python -m flake8 .
|
||||||
|
|||||||
Reference in New Issue
Block a user