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 32d5e45 commit b9d7a90Copy full SHA for b9d7a90
.github/workflows/schedule_test.yml
@@ -26,14 +26,15 @@ jobs:
26
params: "-w 5 -k 海贼王 -i 1 -i2 -1 -sp 50081"
27
28
steps:
29
- - name: Install avif build dependencies
30
- run: |
31
- brew install cmake pkg-config nasm libaom libdav1d libavif || true
+ - name: Use Python 3.13
+ uses: actions/setup-python@v4
+ with:
32
+ python-version: '3.13'
33
- name: Install uv
- uses: astral-sh/setup-uv@v4
34
+ uses: astral-sh/setup-uv@v7
35
- name: Install ComicGUISpider CLI
36
run: |
- uv tool install comicguispider
37
+ uv tool install --prerelease allow comicguispider --python 3.13
38
uv tool update-shell
39
- name: Install coreutils (for gtimeout)
40
run: brew install coreutils
0 commit comments