Skip to content
Merged
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: 6 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.

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

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

7 changes: 2 additions & 5 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 @@ -6,14 +6,8 @@ c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- conda
channel_sources:
- conda-forge
- conda-forge
- conda-forge
- conda-forge
- conda-forge
channel_targets:
- conda-forge main
docker_image:
Expand Down Expand Up @@ -42,12 +36,10 @@ python:
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.13.* *_cp313t
- 3.14.* *_cp314
target_platform:
- linux-64
tk:
- '8.6'
zip_keys:
- - python
- channel_sources
zlib:
- '1'

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@ c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- conda
channel_sources:
- conda-forge
- conda-forge
- conda-forge
- conda-forge
- conda-forge
channel_targets:
- conda-forge main
docker_image:
Expand Down Expand Up @@ -42,12 +36,10 @@ python:
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.13.* *_cp313t
- 3.14.* *_cp314
target_platform:
- linux-aarch64
tk:
- '8.6'
zip_keys:
- - python
- channel_sources
zlib:
- '1'

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@ c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- conda
channel_sources:
- conda-forge
- conda-forge
- conda-forge
- conda-forge
- conda-forge
channel_targets:
- conda-forge main
docker_image:
Expand Down Expand Up @@ -42,10 +36,8 @@ python:
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.13.* *_cp313t
- 3.14.* *_cp314
target_platform:
- linux-ppc64le
zip_keys:
- - python
- channel_sources
zlib:
- '1'

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
- conda-forge
- conda-forge
- conda-forge
- conda-forge
channel_targets:
- conda-forge main
freetype:
Expand Down Expand Up @@ -44,12 +40,10 @@ python:
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.13.* *_cp313t
- 3.14.* *_cp314
target_platform:
- osx-64
tk:
- '8.6'
zip_keys:
- - python
- channel_sources
zlib:
- '1'

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge
- conda-forge
- conda-forge
- conda-forge
- conda-forge
channel_targets:
- conda-forge main
freetype:
Expand Down Expand Up @@ -44,12 +40,10 @@ python:
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.13.* *_cp313t
- 3.14.* *_cp314
target_platform:
- osx-arm64
tk:
- '8.6'
zip_keys:
- - python
- channel_sources
zlib:
- '1'
Loading