Skip to content

Commit

Permalink
Also use strict IRO on GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed May 5, 2021
1 parent c188b49 commit 5e1d2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -283,7 +283,7 @@ jobs:
pip install -U "`ls dist/zope.interface-*.whl`[docs]"
- name: Build docs
env:
ZOPE_INTERFACE_STRICT_IRO: 0
ZOPE_INTERFACE_STRICT_IRO: 1
run: |
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest
Expand Down

0 comments on commit 5e1d2e4

Please sign in to comment.