Skip to content

Commit

Permalink
Fix negation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jul 5, 2022
1 parent fdd3a6a commit 5cda940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Install Build Dependencies (other Python versions)
if: >
startsWith(matrix.python-version, 'pypy-2.7')
!startsWith(matrix.python-version, 'pypy-2.7')
run: |
pip install -U pip
pip install -U setuptools wheel twine cffi
Expand Down

0 comments on commit 5cda940

Please sign in to comment.