There was an error while loading. Please reload this page.
1 parent 5e3cc62 commit 1ff4a95Copy full SHA for 1ff4a95
1 file changed
.github/workflows/test.yml
@@ -24,6 +24,7 @@ jobs:
24
- "3.12"
25
- "3.13"
26
- "3.14"
27
+ - "3.14t"
28
platform:
29
- ubuntu-latest
30
- ubuntu-24.04-arm
@@ -52,7 +53,7 @@ jobs:
52
53
if: runner.os != 'Windows'
54
run: |
55
uv_extra=
- if [ "${{matrix.python}}" = "3.14" ]; then
56
+ if [[ "${{matrix.python}}" = 3.14* ]]; then
57
uv_extra="--no-extra ray --no-extra tune"
58
fi
59
uv sync --all-extras $uv_extra --no-default-groups --group test
0 commit comments