test action
test python / Python ${{ matrix.python-version }} sample (pypy3) (push) Failing after 3s Details
test python / Python ${{ matrix.python-version }} sample (3.12) (push) Failing after 10s Details

This commit is contained in:
sergey 2024-09-25 00:00:00 +03:00
parent a7ed55e16a
commit 11a199d75c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>"]