Skip to content

Commit

Permalink
Fix syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jul 13, 2022
1 parent 6209e07 commit 967b561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
if: >
!startsWith(runner.os, 'Mac')
|| !startsWith(matrix.python-version, '3.10')
|| !startsWith(matrix.python-version, '3.11.0-beta.3') }}
|| !startsWith(matrix.python-version, '3.11.0-beta.3')
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

0 comments on commit 967b561

Please sign in to comment.