Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
# Pinned rather than "3.x": Pipfile.lock pins scipy==1.15.3, which
# publishes wheels only up to cp313. On a newer interpreter pip falls
# back to the sdist, which needs OpenBLAS and fails on ubuntu-latest.
# Pinned rather than "3.x" so CI cannot drift onto an interpreter the
# lockfile has never been resolved against. Pipfile.lock is generated
# on this version; bump both together.
python-version: "3.13"
- name: Install dependencies
run: |
Expand Down
Loading
Loading