From fe54a35b5febee265dd2f1236db9d25b9d55845f Mon Sep 17 00:00:00 2001 From: sergey Date: Tue, 24 Sep 2024 23:50:24 +0300 Subject: [PATCH] test action --- .gitea/workflows/publish.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 444e1c5..87ded17 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -1,5 +1,5 @@ name: test python -run-name: ${{ gitea.actor }} +run-name: qwe on: [push] jobs: @@ -16,4 +16,8 @@ jobs: with: python-version: ${{ matrix.python-version }} architecture: x64 - - run: python tg-bot-app/main.py \ No newline at end of file + run: | + python -m pip install --upgrade pip + pip install poetry + poetry install + - run: python tg-bot-app/main.py