File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
@@ -108,7 +108,7 @@ jobs:
108108 Start-Process -FilePath .\llvm.exe -ArgumentList "/S", "/D=C:\LLVM" -Wait
109109 echo "C:\LLVM\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
110110 - name : Setup Python Env
111- run : python3 -m pip install --upgrade pip numpy wheel
111+ run : python3 -m pip install --upgrade pip numpy wheel setuptools
112112 - uses : actions/checkout@v4
113113 with :
114114 submodules : ' recursive'
You can’t perform that action at this time.
0 commit comments