Skip to content

Commit b9d7a90

Browse files
committed
tf: py ver
1 parent 32d5e45 commit b9d7a90

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/schedule_test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ jobs:
2626
params: "-w 5 -k 海贼王 -i 1 -i2 -1 -sp 50081"
2727

2828
steps:
29-
- name: Install avif build dependencies
30-
run: |
31-
brew install cmake pkg-config nasm libaom libdav1d libavif || true
29+
- name: Use Python 3.13
30+
uses: actions/setup-python@v4
31+
with:
32+
python-version: '3.13'
3233
- name: Install uv
33-
uses: astral-sh/setup-uv@v4
34+
uses: astral-sh/setup-uv@v7
3435
- name: Install ComicGUISpider CLI
3536
run: |
36-
uv tool install comicguispider
37+
uv tool install --prerelease allow comicguispider --python 3.13
3738
uv tool update-shell
3839
- name: Install coreutils (for gtimeout)
3940
run: brew install coreutils

0 commit comments

Comments
 (0)