Skip to content

Commit 24e4c03

Browse files
MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.38.0, and conda-forge-pinning 2024.08.16.17.50.00
1 parent 8cb9648 commit 24e4c03

File tree

5 files changed

+35
-185
lines changed

5 files changed

+35
-185
lines changed

.circleci/checkout_merge_commit.sh

-27
This file was deleted.

.circleci/config.yml

+9-146
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/fast_finish_ci_pr_build.sh

-4
This file was deleted.

.github/workflows/conda-build.yml

+25
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,31 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24+
- CONFIG: linux_64_numpy1.22python3.10.____cpython
25+
UPLOAD_PACKAGES: True
26+
os: ubuntu
27+
runs_on: ['ubuntu-latest']
28+
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
29+
- CONFIG: linux_64_numpy1.22python3.8.____cpython
30+
UPLOAD_PACKAGES: True
31+
os: ubuntu
32+
runs_on: ['ubuntu-latest']
33+
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
34+
- CONFIG: linux_64_numpy1.22python3.9.____cpython
35+
UPLOAD_PACKAGES: True
36+
os: ubuntu
37+
runs_on: ['ubuntu-latest']
38+
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
39+
- CONFIG: linux_64_numpy1.23python3.11.____cpython
40+
UPLOAD_PACKAGES: True
41+
os: ubuntu
42+
runs_on: ['ubuntu-latest']
43+
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
44+
- CONFIG: linux_64_numpy1.26python3.12.____cpython
45+
UPLOAD_PACKAGES: True
46+
os: ubuntu
47+
runs_on: ['ubuntu-latest']
48+
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
2449
- CONFIG: osx_64_numpy1.22python3.10.____cpython
2550
UPLOAD_PACKAGES: True
2651
os: macos

README.md

+1-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)