Commit 6da967a 1 parent eb640ef commit 6da967a Copy full SHA for 6da967a
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ jobs:
239
239
key : ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('.github/workflows/build.yml') }}-${{ matrix.REQUIRES_PYNBODY }}-${{ matrix.REQUIRES_ASTROPY }}-${{ matrix.REQUIRES_ASTROQUERY }}-${{ matrix.REQUIRES_NUMBA }}-${{ matrix.REQUIRES_JAX }}
240
240
- name : Install Python dependencies
241
241
run : |
242
- pip install --upgrade --upgrade-strategy eager wheel numpy scipy matplotlib numexpr setuptools cython pytest tqdm
242
+ pip install --upgrade --upgrade-strategy eager numpy scipy matplotlib numexpr setuptools cython pytest tqdm
243
243
- name : Install pynbody
244
244
if : ${{ matrix.REQUIRES_PYNBODY }}
245
245
env :
@@ -278,6 +278,7 @@ jobs:
278
278
- name : Install package
279
279
if : matrix.os == 'ubuntu-latest'
280
280
run : |
281
+ python -m pip install --upgrade build
281
282
python setup.py build_ext --no-openmp --coverage --single_ext --inplace
282
283
python setup.py develop --single_ext
283
284
- name : Install package
You can’t perform that action at this time.
0 commit comments