test action
This commit is contained in:
parent
389d0fa777
commit
ba65ae569d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue