Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Nov 8, 2022
1 parent c47bb50 commit a6f2fd0
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 @@ -173,8 +173,8 @@ jobs:
- name: Build BTrees (all other versions)
if: >
!startsWith(runner.os, 'Mac')
|| !(startsWith(matrix.python-version, '3.10')
|| !(startsWith(matrix.python-version, '3.11')
|| !startsWith(matrix.python-version, '3.10')
|| !startsWith(matrix.python-version, '3.11')
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 a6f2fd0

Please sign in to comment.