Skip to content

Commit

Permalink
Try to fix issue that wrong wheel is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 29, 2022
1 parent 6ab34d2 commit 092cbad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,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 @@ -372,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 092cbad

Please sign in to comment.