mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 03:43:19 +00:00
Fix CI
This commit is contained in:
parent
44e6b9fe9c
commit
0a073fe33e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
|
||||
- name: Install tools
|
||||
run: |
|
||||
pip install poetry && poetry install
|
||||
pip install poetry && poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi
|
||||
|
||||
- name: Check formatting and run linters
|
||||
run: |
|
||||
|
|
|
@ -18,10 +18,10 @@ python = "^3.8"
|
|||
python-telegram = "0.14.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = "20.8b1"
|
||||
flake8 = "3.8.4"
|
||||
isort = "5.6.2"
|
||||
mypy = "0.812"
|
||||
black = "20.8b1"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
tg = "tg.__main__:main"
|
||||
|
|
Loading…
Reference in a new issue