Skip to content

Commit

Permalink
Merge 092cbad into 136d9fc
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 29, 2022
2 parents 136d9fc + 092cbad commit 5aa6a15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ jobs:
pip install -U setuptools wheel twine cffi
- name: Build zope.security
env:
_PYTHON_HOST_PLATFORM: macosx-11-x86_64
run: |
# Next, build the wheel *in place*. This helps ccache, and also lets us cache the configure
# output (pip install uses a random temporary directory, making this difficult).
Expand Down Expand Up @@ -319,7 +321,7 @@ jobs:
run: |
pip install -U wheel
pip install -U coverage
pip install -U "`ls dist/zope.security-*.whl`[docs]"
pip install -U "`ls dist/zope.security-${{ runner.os }}-${{ matrix.python-version }}.whl`[docs]"
- name: Build docs
env:
ZOPE_INTERFACE_STRICT_IRO: 1
Expand Down Expand Up @@ -370,7 +372,7 @@ jobs:
run: |
pip install -U pip
pip install -U wheel
pip install -U `ls dist/zope.security-*`[test]
pip install -U `ls dist/zope.security-${{ runner.os }}-${{ matrix.python-version }}`[test]
- name: Lint
# We only need to do this on one version, and it should be Python 3, because
# pylint has stopped updating for Python 2.
Expand Down

0 comments on commit 5aa6a15

Please sign in to comment.