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

This commit is contained in:
sergey 2024-09-24 23:50:24 +03:00
parent 62f7a48e3b
commit fe54a35b5f
1 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: test python name: test python
run-name: ${{ gitea.actor }} run-name: qwe
on: [push] on: [push]
jobs: jobs:
@ -16,4 +16,8 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
architecture: x64 architecture: x64
- run: python tg-bot-app/main.py run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
- run: python tg-bot-app/main.py