We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7974c03 commit d4e4c3bCopy full SHA for d4e4c3b
2 files changed
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
# `uv lock --check` fails if the lock is out of date (e.g. the version was
49
# bumped in pyproject.toml but uv.lock was never re-locked to match).
50
- name: Verify uv.lock is in sync with pyproject.toml
51
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v7
52
- name: uv lock --check
53
run: uv lock --check
54
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
21
octave --version | head -1
22
23
- name: Install uv
24
25
26
# PsychoPy is deliberately NOT installed: it's a heavy GUI/audio dep whose
27
# transitive build (ffpyplayer → SDL headers) is fragile on headless CI.
0 commit comments