Skip to content

Commit 44f5439

Browse files
Fix linter error from 2.1.0 (due to noarch: python) (#174)
automerged PR by conda-forge/automerge-action
2 parents be9dd6a + e098e77 commit 44f5439

File tree

18 files changed

+118
-58
lines changed

18 files changed

+118
-58
lines changed

.azure-pipelines/azure-pipelines-linux.yml

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pin_run_as_build:
3232
min_pin: x.x
3333
max_pin: x.x
3434
python:
35-
- 3.12.* *_cpython
35+
- 3.8.* *_cpython
3636
r_base:
3737
- '4.3'
3838
target_platform:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pin_run_as_build:
3232
min_pin: x.x
3333
max_pin: x.x
3434
python:
35-
- 3.12.* *_cpython
35+
- 3.8.* *_cpython
3636
r_base:
3737
- '4.3'
3838
target_platform:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pin_run_as_build:
3232
min_pin: x.x
3333
max_pin: x.x
3434
python:
35-
- 3.12.* *_cpython
35+
- 3.8.* *_cpython
3636
r_base:
3737
- '4.3'
3838
target_platform:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,14 @@ docker_image:
2929
nccl:
3030
- '2'
3131
pin_run_as_build:
32+
python:
33+
min_pin: x.x
34+
max_pin: x.x
3235
r-base:
3336
min_pin: x.x
3437
max_pin: x.x
38+
python:
39+
- 3.8.* *_cpython
3540
r_base:
3641
- '4.3'
3742
target_platform:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,14 @@ docker_image:
2929
nccl:
3030
- '2'
3131
pin_run_as_build:
32+
python:
33+
min_pin: x.x
34+
max_pin: x.x
3235
r-base:
3336
min_pin: x.x
3437
max_pin: x.x
38+
python:
39+
- 3.8.* *_cpython
3540
r_base:
3641
- '4.3'
3742
target_platform:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,14 @@ docker_image:
2929
nccl:
3030
- '2'
3131
pin_run_as_build:
32+
python:
33+
min_pin: x.x
34+
max_pin: x.x
3235
r-base:
3336
min_pin: x.x
3437
max_pin: x.x
38+
python:
39+
- 3.8.* *_cpython
3540
r_base:
3641
- '4.3'
3742
target_platform:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,14 @@ docker_image:
2525
nccl:
2626
- '2'
2727
pin_run_as_build:
28+
python:
29+
min_pin: x.x
30+
max_pin: x.x
2831
r-base:
2932
min_pin: x.x
3033
max_pin: x.x
34+
python:
35+
- 3.8.* *_cpython
3136
r_base:
3237
- '4.3'
3338
target_platform:

0 commit comments

Comments
 (0)