Skip to content

Commit

Permalink
CI: fix syntax error in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 7, 2024
1 parent a1852dc commit 850fd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
TGT_DIR: "target/wheels/${{ matrix.python-version }}"
- run: pytest --verbose

osx:
windows:
runs-on: windows-latest
strategy:
matrix:
Expand Down

0 comments on commit 850fd53

Please sign in to comment.