Skip to content

Commit eba2e31

Browse files
authored
chore: ensure ci use_cython fails if cythonize fails (#1294)
1 parent 1e1877a commit eba2e31

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
run: poetry install --only=main,dev
7575
- name: Install Dependencies with cython
7676
if: ${{ matrix.extension != 'skip_cython' }}
77+
env:
78+
REQUIRE_CYTHON: 1
7779
run: poetry install --only=main,dev
7880
- name: Test with Pytest
7981
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

Comments
 (0)