We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1877a commit eba2e31Copy full SHA for eba2e31
1 file changed
.github/workflows/ci.yml
@@ -74,6 +74,8 @@ jobs:
74
run: poetry install --only=main,dev
75
- name: Install Dependencies with cython
76
if: ${{ matrix.extension != 'skip_cython' }}
77
+ env:
78
+ REQUIRE_CYTHON: 1
79
80
- name: Test with Pytest
81
run: poetry run pytest --durations=20 --timeout=60 -v --cov=zeroconf --cov-branch --cov-report xml --cov-report html --cov-report term-missing tests
0 commit comments