Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 16 additions & 8 deletions .azure-pipelines/azure-pipelines-linux.yml

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

16 changes: 11 additions & 5 deletions .azure-pipelines/azure-pipelines-osx.yml

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

86 changes: 32 additions & 54 deletions .azure-pipelines/azure-pipelines-win.yml

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

7 changes: 6 additions & 1 deletion .ci_support/README

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
@@ -1,17 +1,17 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
- '10'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
- '1.18'
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -21,7 +21,5 @@ python:
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
- - python
- numpy
25 changes: 25 additions & 0 deletions .ci_support/linux_64_numpy1.19python3.8.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_73_pypy
target_platform:
- linux-64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
- '10'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
- '1.18'
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -21,7 +21,5 @@ python:
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
- - python
- numpy
25 changes: 25 additions & 0 deletions .ci_support/linux_64_numpy1.19python3.9.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_73_pypy
target_platform:
- linux-64
zip_keys:
- - python
- numpy
6 changes: 2 additions & 4 deletions .ci_support/linux_64_numpy1.19python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
- '10'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
- '1.19'
pin_run_as_build:
Expand All @@ -21,7 +21,5 @@ python:
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
- - python
- numpy
6 changes: 2 additions & 4 deletions .ci_support/linux_64_numpy1.21python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
- '10'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
- '1.21'
pin_run_as_build:
Expand All @@ -21,7 +21,5 @@ python:
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
- - python
- numpy
Loading