We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca9d49f + 4c77f16 commit 41ae252Copy full SHA for 41ae252
.github/workflows/continuous-integration.yml
@@ -43,7 +43,7 @@ jobs:
43
run: echo 127.0.0.1 `hostname` | sudo tee -a /etc/hosts > /dev/null
44
45
- name: Checkout
46
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
47
48
- name: Setup MPI (${{ matrix.mpi }})
49
uses: mpi4py/setup-mpi@v1
@@ -101,7 +101,7 @@ jobs:
101
steps:
102
103
104
105
106
- name: Use Python ${{ matrix.py }}
107
uses: actions/setup-python@v5
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
- name: Setup Python
23
0 commit comments