test action
This commit is contained in:
parent
389d0fa777
commit
ba65ae569d
|
@ -16,8 +16,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
architecture: x64
|
architecture: x64
|
||||||
run: |
|
- run: python -m pip install --upgrade pip
|
||||||
python -m pip install --upgrade pip
|
- run: pip install poetry
|
||||||
pip install poetry
|
- run: poetry install
|
||||||
poetry install
|
- run: python tg-bot-app/main.py
|
||||||
python tg-bot-app/main.py
|
|
||||||
|
|
Loading…
Reference in New Issue