Skip to content

Commit 4ce8511

Browse files
authored
Move to stable Binaries (#3800)
1 parent f84b0d5 commit 4ce8511

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.ci/docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pydantic>=2.10
2525
fastapi
2626
matplotlib
2727
librosa
28-
torch==2.10
28+
torch==2.11
2929
torchvision
3030
torchdata
3131
networkx

.github/workflows/build-tutorials-nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ name: Build tutorials (nightly/test)
1515
# download the binaries in .jenkins/build.sh.
1616
on:
1717
# Only main branch for now. Uncomment the below line to enable it on PRs.
18-
pull_request:
18+
# pull_request:
1919

2020
# Comment out the below line to disable on the main branch
21-
push:
22-
branches:
23-
- main
21+
# push:
22+
# branches:
23+
# - main
2424
workflow_dispatch:
2525

2626
concurrency:

0 commit comments

Comments
 (0)