diff --git a/.ci/docker/requirements.txt b/.ci/docker/requirements.txt index daf81208c2..64ac2d4e5a 100644 --- a/.ci/docker/requirements.txt +++ b/.ci/docker/requirements.txt @@ -25,7 +25,7 @@ pydantic>=2.10 fastapi matplotlib librosa -torch==2.10 +torch==2.11 torchvision torchdata networkx diff --git a/.github/workflows/build-tutorials-nightly.yml b/.github/workflows/build-tutorials-nightly.yml index 3bcc7d8f9d..8d6c839ebe 100644 --- a/.github/workflows/build-tutorials-nightly.yml +++ b/.github/workflows/build-tutorials-nightly.yml @@ -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: