Skip to content

Commit 9e489eb

Browse files
committed
Try manual build again with CPU index
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent 2072050 commit 9e489eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ env:
2323
PYTHON_VER: '3.11'
2424
PYTORCH_VER: '2.8.0'
2525
BUILD_MONAI: 1
26+
PIP_EXTRA_INDEX_URL: "https://download.pytorch.org/whl/cpu" # forces CPU PyTorch installation, should be faster
2627

2728
jobs:
2829
analyze:
@@ -51,7 +52,7 @@ jobs:
5152
- language: actions
5253
build-mode: none
5354
- language: c-cpp
54-
build-mode: none # TODO: get Cpp building working, autobuild doesn't work and manual fails for inexplicable reasons.
55+
build-mode: manual # TODO: get Cpp building working, autobuild doesn't work and manual fails for inexplicable reasons.
5556
- language: python
5657
build-mode: none
5758
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'

0 commit comments

Comments
 (0)