Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repair CI pipelines #40

Merged

Conversation

benlandrum
Copy link

Break off the FFTW setup into its own local GitHub action. Test on the Python 3.12 release instead of 3.12-dev. Get the workflow working.

@benlandrum
Copy link
Author

For what it's worth, Python 3.13 dev doesn't work yet due to issues that appear similar to mesonbuild/meson#12401, so I'm omitting it in this PR.

name: "Setup FFTW"
description: "Set up FFTW."
author: "Ben Landrum"
inputs:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not really need this input.

In the install script, you can simply do

case $(uname) in
Linux)
  ...
  ;;
Darwin)
  ...
  ;;
esac

.github/workflows/main.yml Outdated Show resolved Hide resolved
@dalcinl dalcinl force-pushed the blandrum-repair-ci-dalcinl/cython3 branch from 70ba96f to 94f8edf Compare April 23, 2024 16:43
@dalcinl dalcinl merged commit 95bcdcb into mpi4py:dalcinl/cython3 Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants