-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update Spack CI #117
Update Spack CI #117
Conversation
- renaming Spack repo used for testing to have a more obvious name - update package to version currently bundled with spack - change spack build to use our spack file explicitly - copy all necessary files in the workflow recursively
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
Just a minor addition: Added a changelog entry.
Is it possible to run the action here to see that it did not break? |
Currently the action does not work for two reasons: 1. Action not triggeredAction is not triggered by PR (fixed by 9cfdb5e). We should add this change directly on 2. Forks/Branches not properly supported
We should actually push to |
If you are fine with that, we can merge and keep this PR in mind so we know where the problem should be. |
Currently build spack is failing (as expected). See https://github.com/precice/python-bindings/runs/3308743649?check_suite_focus=true. I just triggered building the environment manually via the |
I am curious to see how that will work out. :) |
I've rebuilt the environment and the test fails now: https://github.com/precice/python-bindings/runs/3320630602?check_suite_focus=true. So there is a bug we have to fix. |
This PR updates the Spack based CI included in the repository:
pyprecice.text.py-pyrecice@develop
.py-pyprecice
included in Spack.Replaces #115