Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_ascent_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
CMAKE_GENERATOR: Visual Studio 17 2022
steps:
- name: Setup MPI
uses: mpi4py/setup-mpi@dbbb80b116bea57fc1788daf7dbbf7ab3df3a0f1 # v1
uses: mpi4py/setup-mpi@f200dce75b64188be849b46657dcf86c721937b2 # v1

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

verified that f200dce75b64188be849b46657dcf86c721937b2 is 1.4.3

- name: Setup Python Env
run: python3 -m pip install --upgrade pip numpy mpi4py wheel
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
Expand Down
Loading