-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #206 from bluescarni/pr/numpy2
Support for numpy 2
- Loading branch information
Showing
26 changed files
with
323 additions
and
398 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,34 @@ | ||
version: 2.1 | ||
|
||
jobs: | ||
conda_heyoka_head_39: | ||
conda_x86_64_heyoka_head_312: | ||
docker: | ||
- image: cimg/base:current | ||
resource_class: large | ||
steps: | ||
- checkout | ||
- run: | ||
name: Build and test | ||
command: bash ./tools/circleci_conda_heyoka_head_39.sh | ||
- store_artifacts: | ||
path: doc/_build/html | ||
conda_heyoka_head_310: | ||
docker: | ||
- image: cimg/base:current | ||
resource_class: large | ||
steps: | ||
- checkout | ||
- run: | ||
name: Build and test | ||
command: bash ./tools/circleci_conda_heyoka_head_310.sh | ||
- store_artifacts: | ||
path: doc/_build/html | ||
conda_heyoka_head_312: | ||
docker: | ||
- image: cimg/base:current | ||
resource_class: large | ||
steps: | ||
- checkout | ||
- run: | ||
name: Build and test | ||
command: bash ./tools/circleci_conda_heyoka_head_312.sh | ||
ubuntu_arm64: | ||
command: bash ./tools/conda_docs.sh | ||
environment: | ||
HEYOKA_PY_PY_VERSION: "3.12" | ||
HEYOKA_PY_CONDA_ARCH: "Linux-x86_64" | ||
conda_arm64_heyoka_head_312: | ||
machine: | ||
image: ubuntu-2204:current | ||
resource_class: arm.large | ||
steps: | ||
- checkout | ||
- run: | ||
name: Build and test | ||
command: bash ./tools/circleci_ubuntu_arm64.sh | ||
command: bash ./tools/conda_docs.sh | ||
environment: | ||
HEYOKA_PY_PY_VERSION: "3.12" | ||
HEYOKA_PY_CONDA_ARCH: "Linux-aarch64" | ||
|
||
workflows: | ||
version: 2.1 | ||
all_builds: | ||
jobs: | ||
- conda_heyoka_head_39 | ||
- conda_heyoka_head_310 | ||
- conda_heyoka_head_312 | ||
- ubuntu_arm64 | ||
- conda_x86_64_heyoka_head_312 | ||
- conda_arm64_heyoka_head_312 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.