1212 - name : Setup MPI
1313 uses : mpi4py/setup-mpi@v1
1414 - name : Setup Python Env
15- run : python3 -m pip install --upgrade pip numpy mpi4py wheel
15+ run : python3 -m pip install --upgrade pip numpy mpi4py wheel setuptools
1616 - uses : actions/checkout@v2
1717 with :
1818 submodules : ' recursive'
3232 - name : Setup MPI
3333 uses : mpi4py/setup-mpi@v1
3434 - name : Setup Python Env
35- run : python3 -m pip install --upgrade pip numpy mpi4py wheel
35+ run : python3 -m pip install --upgrade pip numpy mpi4py wheel setuptools
3636 - uses : actions/checkout@v4
3737 with :
3838 submodules : ' recursive'
5353 - name : Setup MPI
5454 uses : mpi4py/setup-mpi@v1
5555 - name : Setup Python Env
56- run : python3 -m pip install --upgrade pip numpy mpi4py wheel
56+ run : python3 -m pip install --upgrade pip numpy mpi4py wheel setuptools
5757 - uses : actions/checkout@v4
5858 with :
5959 submodules : ' recursive'
@@ -73,17 +73,16 @@ jobs:
7373 strategy :
7474 matrix :
7575 python-version :
76- - ' 3.8'
7776 - ' 3.9'
78- - ' 3.10 '
77+ - ' 3.13 '
7978 steps :
8079 - uses : actions/setup-python@v2
8180 with :
8281 python-version : ${{ matrix.python-version }}
8382 - name : Setup MPI
8483 uses : mpi4py/setup-mpi@v1
8584 - name : Setup Python Env
86- run : python3 -m pip install --upgrade pip numpy mpi4py wheel
85+ run : python3 -m pip install --upgrade pip numpy mpi4py wheel setuptools
8786 - uses : actions/checkout@v4
8887 with :
8988 submodules : ' recursive'
@@ -109,7 +108,7 @@ jobs:
109108 Start-Process -FilePath .\llvm.exe -ArgumentList "/S", "/D=C:\LLVM" -Wait
110109 echo "C:\LLVM\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
111110 - name : Setup Python Env
112- run : python3 -m pip install --upgrade pip numpy wheel
111+ run : python3 -m pip install --upgrade pip numpy wheel setuptools
113112 - uses : actions/checkout@v4
114113 with :
115114 submodules : ' recursive'
0 commit comments