Skip to content
Merged
Changes from all commits
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
5 changes: 4 additions & 1 deletion .github/workflows/eval-harness.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ jobs:
- name: Set up Python
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
with:
python-version: "3.12"
# Pinned to 3.14 to match CI — a version skew between local and CI is
# how the duplicate-key regression test first shipped broken (passed on
# local 3.9, ModuleNotFoundError on CI 3.x).
python-version: '3.14'

- name: Run eval harness
env:
Expand Down