From d71f02789376804bb6994acbc3f6ed73e1d4bd36 Mon Sep 17 00:00:00 2001 From: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> Date: Thu, 28 May 2026 18:47:33 +0100 Subject: [PATCH 1/2] Updates to address actions failures Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> --- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/pythonapp-gpu.yml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5166517cbe..4a938e50ab 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -67,8 +67,8 @@ jobs: rm -rf /opt/hostedtoolcache/{node,go,Ruby,Java*} ls -al /opt/hostedtoolcache rm -rf /usr/share/dotnet/ - python -m pip install -U pip wheel - python -m pip install -r requirements-dev.txt + python -m pip install -U --no-build-isolation pip wheel wheel-stub + python -m pip install --no-build-isolation -r requirements-dev.txt BUILD_MONAI=1 ./runtests.sh --build - name: Perform CodeQL Analysis diff --git a/.github/workflows/pythonapp-gpu.yml b/.github/workflows/pythonapp-gpu.yml index 4a7069e7f9..f851966e01 100644 --- a/.github/workflows/pythonapp-gpu.yml +++ b/.github/workflows/pythonapp-gpu.yml @@ -1,7 +1,7 @@ # Jenkinsfile.monai-premerge name: premerge-gpu -# on: +on: # # quick tests for pull requests and the releasing branches # push: # branches: @@ -9,6 +9,8 @@ name: premerge-gpu # - releasing/* # pull_request: # types: [opened, synchronize, closed] + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: concurrency: # automatically cancel the previously triggered workflows when there's a newer version From 9eccac88d99b0bda453a9f51a8c98a4814f08d1a Mon Sep 17 00:00:00 2001 From: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> Date: Thu, 28 May 2026 21:36:57 +0100 Subject: [PATCH 2/2] Empty commit Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>