chore: update pyproject.toml dependencies (#136)

This commit is contained in:
David Lechner
2022-11-02 13:54:08 -05:00
committed by GitHub
parent b486e3248b
commit 4a23e0e0c5
5 changed files with 58 additions and 61 deletions

View File

@@ -63,9 +63,9 @@ jobs:
- name: Install Dependencies
run: |
if [ "${{ matrix.extension }}" = "skip_cython" ]; then
SKIP_CYTHON=1 poetry install
SKIP_CYTHON=1 poetry install --only=main,dev
else
poetry install
poetry install --only=main,dev
fi
- name: Test with Pytest
run: export $(dbus-launch); poetry run pytest --cov-report=xml --timeout=5