added poetry setup

This commit is contained in:
Christopher Pickering 2022-10-25 13:52:00 +02:00
parent 2c92aae797
commit 8c0fa517fb
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -26,10 +26,14 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: setup poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.2
- name: install deps
run: python -m pip install tox poetry tox-poetry
run: poetry install
- name: test
run: tox -e test
run: poetry run tox -e test
- name: upload cov
uses: codecov/codecov-action@v3
with: