install poetry

This commit is contained in:
Dulmandakh 2024-07-05 23:25:46 +08:00
parent 4238a3f8d0
commit e381718d81

View File

@ -37,6 +37,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
cache: 'poetry'
- run: pip install poetry
- run: poetry install --with test
- run: poetry run tox -e ${{ matrix.tox }}
- name: Upload coverage.xml