Skip to content

Commit 2713050

Browse files
Treat cufile_supported variable as actual boolean
1 parent 66e60b6 commit 2713050

28 files changed

Lines changed: 134 additions & 134 deletions

.ci_support/linux_64_python3.10.____cpython.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ channel_sources:
1111
channel_targets:
1212
- conda-forge main
1313
cufile_supported:
14-
- 'True'
14+
- true
1515
cxx_compiler:
1616
- gxx
1717
cxx_compiler_version:

.ci_support/linux_64_python3.11.____cpython.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ channel_sources:
1111
channel_targets:
1212
- conda-forge main
1313
cufile_supported:
14-
- 'True'
14+
- true
1515
cxx_compiler:
1616
- gxx
1717
cxx_compiler_version:

.ci_support/linux_64_python3.12.____cpython.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ channel_sources:
1111
channel_targets:
1212
- conda-forge main
1313
cufile_supported:
14-
- 'True'
14+
- true
1515
cxx_compiler:
1616
- gxx
1717
cxx_compiler_version:

.ci_support/linux_64_python3.13.____cp313.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ channel_sources:
1111
channel_targets:
1212
- conda-forge main
1313
cufile_supported:
14-
- 'True'
14+
- true
1515
cxx_compiler:
1616
- gxx
1717
cxx_compiler_version:

.ci_support/linux_64_python3.14.____cp314.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ channel_sources:
1111
channel_targets:
1212
- conda-forge main
1313
cufile_supported:
14-
- 'True'
14+
- true
1515
cxx_compiler:
1616
- gxx
1717
cxx_compiler_version:

.ci_support/linux_64_python3.14.____cp314t.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ channel_sources:
1111
channel_targets:
1212
- conda-forge main
1313
cufile_supported:
14-
- 'True'
14+
- true
1515
cxx_compiler:
1616
- gxx
1717
cxx_compiler_version:

.ci_support/linux_aarch64_cufile_supportedTruepython3.10.____cpython.yaml renamed to .ci_support/linux_aarch64_cufile_supportedfalsepython3.10.____cpython.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ channel_sources:
1111
channel_targets:
1212
- conda-forge main
1313
cufile_supported:
14-
- 'True'
14+
- false
1515
cxx_compiler:
1616
- gxx
1717
cxx_compiler_version:

.ci_support/linux_aarch64_cufile_supportedTruepython3.11.____cpython.yaml renamed to .ci_support/linux_aarch64_cufile_supportedfalsepython3.11.____cpython.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ channel_sources:
1111
channel_targets:
1212
- conda-forge main
1313
cufile_supported:
14-
- 'True'
14+
- false
1515
cxx_compiler:
1616
- gxx
1717
cxx_compiler_version:

.ci_support/linux_aarch64_cufile_supportedTruepython3.12.____cpython.yaml renamed to .ci_support/linux_aarch64_cufile_supportedfalsepython3.12.____cpython.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ channel_sources:
1111
channel_targets:
1212
- conda-forge main
1313
cufile_supported:
14-
- 'True'
14+
- false
1515
cxx_compiler:
1616
- gxx
1717
cxx_compiler_version:

.ci_support/linux_aarch64_cufile_supportedTruepython3.13.____cp313.yaml renamed to .ci_support/linux_aarch64_cufile_supportedfalsepython3.13.____cp313.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ channel_sources:
1111
channel_targets:
1212
- conda-forge main
1313
cufile_supported:
14-
- 'True'
14+
- false
1515
cxx_compiler:
1616
- gxx
1717
cxx_compiler_version:

0 commit comments

Comments
 (0)