mirror of
https://github.com/civsocit/olgram.git
synced 2025-05-24 23:33:25 +00:00
fix for prev
This commit is contained in:
parent
8d5723e062
commit
164a251310
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 .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user