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

This commit is contained in:
sergey 2024-09-24 23:53:07 +03:00
parent 389d0fa777
commit ba65ae569d
1 changed files with 4 additions and 5 deletions

View File

@ -16,8 +16,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
python tg-bot-app/main.py
- run: python -m pip install --upgrade pip
- run: pip install poetry
- run: poetry install
- run: python tg-bot-app/main.py