test action
This commit is contained in:
parent
62f7a48e3b
commit
fe54a35b5f
|
@ -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 -m pip install --upgrade pip
|
||||||
|
pip install poetry
|
||||||
|
poetry install
|
||||||
- run: python tg-bot-app/main.py
|
- run: python tg-bot-app/main.py
|
Loading…
Reference in New Issue