Skip to content

Commit 85f59d7

Browse files
committed
TEST MPI4PY
bot:notacherrypick Signed-off-by: Wenduo Wang <[email protected]>
1 parent 3bec944 commit 85f59d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ompi_mpi4py_tests.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ jobs:
1919
env:
2020
${{ inputs.env_name}}: 1
2121
steps:
22+
- name: Check hostname
23+
- run: |
24+
hostname
25+
cat /etc/hosts || echo "No hostfile"
26+
- name: Configure hostname
27+
run: echo 127.0.0.1 `hostname` | sudo tee -a /etc/hosts > /dev/null
28+
if: ${{ runner.os == 'Linux' || runner.os == 'macOS' }}
2229
- name: Use Python
2330
uses: actions/setup-python@v5
2431
with:

0 commit comments

Comments
 (0)