-
Notifications
You must be signed in to change notification settings - Fork 12
[Update] Numpy 2x #91
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
Changes from all commits
cd7fc58
71c80b8
1acff65
f06a06d
9801c12
6db01bd
af36bcb
f9ffca8
02ae7b0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,8 +44,9 @@ jobs: | |
| uses: actions/checkout@v6 | ||
| with: | ||
| submodules: 'recursive' | ||
| repository: NOAA-GFDL/pySHiELD | ||
| repository: floriandeconinck/PySHiELD | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't think this is intended?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is - it's for the other repositories calling in. |
||
| path: pySHiELD | ||
| ref: update/numpy_2x | ||
|
|
||
| - name: 'Setup Python ${{ inputs.python_version && inputs.python_version || env.python_default }}' | ||
| uses: actions/setup-python@v6 | ||
|
|
@@ -55,13 +56,6 @@ jobs: | |
| - name: Install mpi (MPICH flavor) | ||
| run: pip install mpich | ||
|
|
||
| - name: Install numpy==1.26.4 | ||
| # Front-load installing numpy to force its usage in the radiation | ||
| # scheme of pySHiELD. | ||
| # TODO: This is an ugly hack and it should be cleaned up latest once | ||
| # we add support for numpy >= 2.0 | ||
| run: pip install numpy==1.26.4 | ||
|
|
||
| - name: External trigger remove existing component in pySHiELD/develop | ||
| if: ${{ inputs.component_name }} | ||
| run: rm -rf ${GITHUB_WORKSPACE}/pySHiELD/${{inputs.component_name}} | ||
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You don't like my pre-xumpy hack?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I loved it. It broke numpy 2 :) |
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.
I assume we switch this back once we have a Pace PR in?
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.
Yes, sorry I should have put that in the PR.
We are going up and down the repos to make sure everything keeps green. So once Pace is updated, we will go back down and re-hook
develop