Skip to content

Commit

Permalink
Fix CUDA CI build failures (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl authored Oct 11, 2024
1 parent 62c0a7b commit e19c089
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ stages:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.x'
versionSpec: '3.12'
disableDownloadFromRegistry: true
addToPath: true
architecture: 'x64'
Expand Down
2 changes: 1 addition & 1 deletion .pipelines/ci_optional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ stages:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.x'
versionSpec: '3.12'
disableDownloadFromRegistry: true
addToPath: true
architecture: 'x64'
Expand Down
4 changes: 2 additions & 2 deletions cmake/externals/json.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FetchContent_Declare(nlohmann_json
GIT_REPOSITORY https://github.com/nlohmann/json.git
GIT_TAG v3.10.5
URL https://codeload.github.com/nlohmann/json/zip/refs/tags/v3.10.5
URL_HASH SHA1=f257f8dc27c5b8c085dc887b40cddd18ae1f725c
SOURCE_SUBDIR not_set
)

Expand Down

0 comments on commit e19c089

Please sign in to comment.