chore: update pyproject.toml dependencies (#136)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user