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
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pythonapp-gpu.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Jenkinsfile.monai-premerge
name: premerge-gpu

# on:
on:
# # quick tests for pull requests and the releasing branches
# push:
# branches:
# - main
# - releasing/*
# pull_request:
# types: [opened, synchronize, closed]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Comment thread
ericspod marked this conversation as resolved.

concurrency:
# automatically cancel the previously triggered workflows when there's a newer version
Expand Down
Loading