Skip to content
Merged
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
strategy fix expression
  • Loading branch information
rrahn committed Nov 12, 2025
commit 17728703de52cb8534848833eaac825d97a7a48c
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
matrix:
# On main branch test with 3.10 and 3.14, otherwise just 3.10
python-version: ${{ github.base_ref == 'main' && fromJson('["3.10", "3.14"]') || fromJson('["3.10"]') }}}}
python-version: ${{ github.base_ref == 'main' && fromJson('["3.10", "3.14"]') || fromJson('["3.10"]') }}
test: ${{ fromJson(needs.list_tests.outputs.tests).test }}
fail-fast: false # run all tests even if one fails
steps:
Expand Down