Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix minor YAML oops in .github/workflows/test.yml
Co-authored-by: Frank Dana <[email protected]>
  • Loading branch information
clin1234 and ferdnyc authored Sep 9, 2025
commit 9a7659f1d56dd1b5343eb48c786839df04a0a5b0
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
pip install .

- name: Test (C extension)
if: ! contains(matrix.py, 't')
if: ${{ ! contains(matrix.py, 't') }}
shell: bash
run: |
pytest -v test
Expand Down
Loading