Skip to content

Commit

Permalink
Fix linter error from 2.1.0 (due to noarch: python) (#174)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jul 26, 2024
2 parents be9dd6a + e098e77 commit 44f5439
Show file tree
Hide file tree
Showing 18 changed files with 118 additions and 58 deletions.
36 changes: 18 additions & 18 deletions .azure-pipelines/azure-pipelines-linux.yml

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

8 changes: 4 additions & 4 deletions .azure-pipelines/azure-pipelines-osx.yml

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

8 changes: 4 additions & 4 deletions .azure-pipelines/azure-pipelines-win.yml

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

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
- 3.8.* *_cpython
r_base:
- '4.3'
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
- 3.8.* *_cpython
r_base:
- '4.3'
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
- 3.8.* *_cpython
r_base:
- '4.3'
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@ docker_image:
nccl:
- '2'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
r-base:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
r_base:
- '4.3'
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@ docker_image:
nccl:
- '2'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
r-base:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
r_base:
- '4.3'
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@ docker_image:
nccl:
- '2'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
r-base:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
r_base:
- '4.3'
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@ docker_image:
nccl:
- '2'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
r-base:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
r_base:
- '4.3'
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@ docker_image:
nccl:
- '2'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
r-base:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
r_base:
- '4.3'
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@ docker_image:
nccl:
- '2'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
r-base:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
r_base:
- '4.3'
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@ llvm_openmp:
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
r-base:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
r_base:
- '4.3'
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@ llvm_openmp:
macos_machine:
- arm64-apple-darwin20.0.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
r-base:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
r_base:
- '4.3'
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ m2w64_c_compiler:
- m2w64-toolchain
m2w64_cxx_compiler:
- m2w64-toolchain
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
target_platform:
- win-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ m2w64_c_compiler:
- m2w64-toolchain
m2w64_cxx_compiler:
- m2w64-toolchain
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
target_platform:
- win-64
zip_keys:
Expand Down
Loading

0 comments on commit 44f5439

Please sign in to comment.