From 4191c823c471849079ee1254e5d79251bf75e1df Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 15 Sep 2021 14:05:56 +0200 Subject: Configuring for c-code --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3422aa2..ea9d246 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -92,6 +92,7 @@ jobs: # with `test`, and `docs` must use a subset. runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: python-version: - 2.7 @@ -177,6 +178,7 @@ jobs: needs: build-package runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: python-version: - 2.7 @@ -229,7 +231,7 @@ jobs: path: dist/ - name: Install zope.security run: | - pip install -U wheel + pip install -U wheel setuptools pip install -U coverage coverage-python-version pip install -U 'faulthandler; python_version == "2.7" and platform_python_implementation == "CPython"' # Unzip into src/ so that testrunner can find the .so files @@ -309,8 +311,6 @@ jobs: pip install -U wheel pip install -U coverage pip install -U "`ls dist/zope.security-*.whl`[docs]" - # Until repoze.sphinx.autointerface supports Sphinx 4.x we cannot use it: - pip install -U "Sphinx < 4" - name: Build docs env: ZOPE_INTERFACE_STRICT_IRO: 1 -- cgit v1.2.1