Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pydantic>=2.10
fastapi
matplotlib
librosa
torch==2.10
torch==2.11
torchvision
torchdata
networkx
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-tutorials-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ name: Build tutorials (nightly/test)
# download the binaries in .jenkins/build.sh.
on:
# Only main branch for now. Uncomment the below line to enable it on PRs.
pull_request:
# pull_request:

# Comment out the below line to disable on the main branch
push:
branches:
- main
# push:
# branches:
# - main
workflow_dispatch:

concurrency:
Expand Down
Loading