Skip to content

Commit

Permalink
skip CUDA on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Jun 27, 2024
1 parent f7b2d9c commit f3992a6
Show file tree
Hide file tree
Showing 50 changed files with 125 additions and 518 deletions.
122 changes: 61 additions & 61 deletions .azure-pipelines/azure-pipelines-linux.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 1 addition & 31 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- None
cuda_compiler_version:
- None
cxx_compiler:
Expand All @@ -22,6 +20,3 @@ python:
- 3.10.* *_cpython
target_platform:
- win-64
zip_keys:
- - cuda_compiler
- cuda_compiler_version
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- None
cuda_compiler_version:
- None
cxx_compiler:
Expand All @@ -22,6 +20,3 @@ python:
- 3.11.* *_cpython
target_platform:
- win-64
zip_keys:
- - cuda_compiler
- cuda_compiler_version
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- None
cuda_compiler_version:
- None
cxx_compiler:
Expand All @@ -22,6 +20,3 @@ python:
- 3.12.* *_cpython
target_platform:
- win-64
zip_keys:
- - cuda_compiler
- cuda_compiler_version
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- None
cuda_compiler_version:
- None
cxx_compiler:
Expand All @@ -22,6 +20,3 @@ python:
- 3.8.* *_cpython
target_platform:
- win-64
zip_keys:
- - cuda_compiler
- cuda_compiler_version
Loading

0 comments on commit f3992a6

Please sign in to comment.