test action
This commit is contained in:
parent
a7ed55e16a
commit
11a199d75c
|
@ -18,5 +18,5 @@ jobs:
|
|||
architecture: x64
|
||||
- run: python -m pip install --upgrade pip
|
||||
- run: pip install poetry
|
||||
- run: poetry install
|
||||
- run: poetry install --no-root
|
||||
- run: python tg-bot-app/main.py
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tool.poetry]
|
||||
name = "tg-bot-app"
|
||||
name = "home-tg-bot"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["s.mostryukov <s.mostryukov@gk-osnova.ru>"]
|
||||
|
|
Loading…
Reference in New Issue