Skip to content

Commit e19c089

Browse files
authored
Fix CUDA CI build failures (#824)
1 parent 62c0a7b commit e19c089

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ stages:
587587
588588
- task: UsePythonVersion@0
589589
inputs:
590-
versionSpec: '3.x'
590+
versionSpec: '3.12'
591591
disableDownloadFromRegistry: true
592592
addToPath: true
593593
architecture: 'x64'

.pipelines/ci_optional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ stages:
170170
171171
- task: UsePythonVersion@0
172172
inputs:
173-
versionSpec: '3.x'
173+
versionSpec: '3.12'
174174
disableDownloadFromRegistry: true
175175
addToPath: true
176176
architecture: 'x64'

cmake/externals/json.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FetchContent_Declare(nlohmann_json
2-
GIT_REPOSITORY https://github.com/nlohmann/json.git
3-
GIT_TAG v3.10.5
2+
URL https://codeload.github.com/nlohmann/json/zip/refs/tags/v3.10.5
3+
URL_HASH SHA1=f257f8dc27c5b8c085dc887b40cddd18ae1f725c
44
SOURCE_SUBDIR not_set
55
)
66

0 commit comments

Comments
 (0)