ci: use larger runner for doctest and fix failing tests (#2801)

Currently test would fail after installing to around pytorch
This commit is contained in:
Jack Ye
2025-11-20 19:44:31 -08:00
committed by GitHub
parent 76bcc78910
commit 0baf807be0
3 changed files with 14 additions and 10 deletions

View File

@@ -79,7 +79,7 @@ jobs:
doctest:
name: "Doctest"
timeout-minutes: 30
runs-on: "ubuntu-24.04"
runs-on: ubuntu-2404-8x-x64
defaults:
run:
shell: bash