File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 53
53
steps :
54
54
55
55
- name : Checkout MPI ABI stubs
56
- uses : actions/checkout@v4
56
+ uses : actions/checkout@v5
57
57
with :
58
58
repository : mpi-forum/mpi-abi-stubs
59
59
ref : main
74
74
architecture : x64
75
75
76
76
- name : Checkout mpi4py
77
- uses : actions/checkout@v4
77
+ uses : actions/checkout@v5
78
78
with :
79
79
repository : ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
80
80
ref : ${{ inputs.mpi4py-ref }}
@@ -113,7 +113,7 @@ jobs:
113
113
librdmacm-dev
114
114
115
115
- name : Checkout MPI
116
- uses : actions/checkout@v4
116
+ uses : actions/checkout@v5
117
117
with :
118
118
repository : ${{ inputs.mpi-git || 'pmodels/mpich' }}
119
119
ref : ${{ inputs.mpi-ref }}
@@ -163,7 +163,7 @@ jobs:
163
163
architecture : x64
164
164
165
165
- name : Checkout mpi4py
166
- uses : actions/checkout@v4
166
+ uses : actions/checkout@v5
167
167
with :
168
168
repository : ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
169
169
ref : ${{ inputs.mpi4py-ref }}
Original file line number Diff line number Diff line change 89
89
numpy cffi pyyaml
90
90
91
91
- name : Checkout mpi4py
92
- uses : actions/checkout@v4
92
+ uses : actions/checkout@v5
93
93
with :
94
94
repository : ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
95
95
ref : ${{ inputs.mpi4py-ref }}
Original file line number Diff line number Diff line change 73
73
libnuma-dev
74
74
75
75
- name : Checkout MPI
76
- uses : actions/checkout@v4
76
+ uses : actions/checkout@v5
77
77
with :
78
78
repository : ${{ inputs.mpi-git || 'pmodels/mpich' }}
79
79
ref : ${{ inputs.mpi-ref }}
@@ -133,7 +133,7 @@ jobs:
133
133
numpy cffi pyyaml
134
134
135
135
- name : Checkout mpi4py
136
- uses : actions/checkout@v4
136
+ uses : actions/checkout@v5
137
137
with :
138
138
repository : ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
139
139
ref : ${{ inputs.mpi4py-ref }}
Original file line number Diff line number Diff line change 88
88
numpy cffi pyyaml
89
89
90
90
- name : Checkout mpi4py
91
- uses : actions/checkout@v4
91
+ uses : actions/checkout@v5
92
92
with :
93
93
repository : ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
94
94
ref : ${{ inputs.mpi4py-ref }}
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
numpy cffi pyyaml
131
131
132
132
- name : Checkout mpi4py
133
- uses : actions/checkout@v4
133
+ uses : actions/checkout@v5
134
134
with :
135
135
repository : ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
136
136
ref : ${{ inputs.mpi4py-ref }}
Original file line number Diff line number Diff line change 68
68
libnuma-dev
69
69
70
70
- name : Checkout MPI
71
- uses : actions/checkout@v4
71
+ uses : actions/checkout@v5
72
72
with :
73
73
repository : ${{ inputs.mpi-git || 'open-mpi/ompi' }}
74
74
ref : ${{ matrix.mpi-ref }}
@@ -131,7 +131,7 @@ jobs:
131
131
numpy cffi pyyaml
132
132
133
133
- name : Checkout mpi4py
134
- uses : actions/checkout@v4
134
+ uses : actions/checkout@v5
135
135
with :
136
136
repository : ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
137
137
ref : ${{ inputs.mpi4py-ref }}
You can’t perform that action at this time.
0 commit comments