|
42 | 42 | export CMAKE_BUILD_PARALLEL_LEVEL=4 |
43 | 43 |
|
44 | 44 | python3 -m pip install -U pip |
45 | | - python3 -m pip install -U build packaging setuptools wheel |
| 45 | + python3 -m pip install -U build packaging setuptools[core] wheel |
46 | 46 | python3 -m pip install -U cmake pytest |
47 | 47 | AMREX_MPI=ON python3 -m pip install -v . |
48 | 48 | python3 -c "import amrex.space1d as amr; print(amr.__version__)" |
|
83 | 83 | export CC=$(which gcc-10) |
84 | 84 | export CXX=$(which g++-10) |
85 | 85 | python3 -m pip install -U pip |
86 | | - python3 -m pip install -U build packaging setuptools wheel |
| 86 | + python3 -m pip install -U build packaging setuptools[core] wheel |
87 | 87 | python3 -m pip install -U cmake |
88 | 88 | python3 -m pip install -U pandas pytest mpi4py |
89 | 89 |
|
@@ -137,7 +137,7 @@ jobs: |
137 | 137 | export CC=$(which clang-6.0) |
138 | 138 | export CXX=$(which clang++-6.0) |
139 | 139 | python3 -m pip install -U pip |
140 | | - python3 -m pip install -U build packaging setuptools wheel |
| 140 | + python3 -m pip install -U build packaging setuptools[core] wheel |
141 | 141 | python3 -m pip install -U cmake pytest |
142 | 142 | python3 -m pip install -v . |
143 | 143 | python3 -c "import amrex.space1d as amr; print(amr.__version__)" |
@@ -182,7 +182,7 @@ jobs: |
182 | 182 | export CMAKE_BUILD_PARALLEL_LEVEL=4 |
183 | 183 |
|
184 | 184 | python3 -m pip install -U pip |
185 | | - python3 -m pip install -U build packaging setuptools wheel |
| 185 | + python3 -m pip install -U build packaging setuptools[core] wheel |
186 | 186 | python3 -m pip install -U cmake |
187 | 187 | python3 -m pip install -U pandas pytest |
188 | 188 | python3 -m pip install -v . |
|
0 commit comments