Skip to content

Commit 6da967a

Browse files
committed
Try again
1 parent eb640ef commit 6da967a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
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 }}
240240
- name: Install Python dependencies
241241
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
243243
- name: Install pynbody
244244
if: ${{ matrix.REQUIRES_PYNBODY }}
245245
env:
@@ -278,6 +278,7 @@ jobs:
278278
- name: Install package
279279
if: matrix.os == 'ubuntu-latest'
280280
run: |
281+
python -m pip install --upgrade build
281282
python setup.py build_ext --no-openmp --coverage --single_ext --inplace
282283
python setup.py develop --single_ext
283284
- name: Install package

0 commit comments

Comments
 (0)