Skip to content

Commit

Permalink
[ci] reinstall numpy to solve "E ValueError: numpy.dtype size changed…
Browse files Browse the repository at this point in the history
…, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject"
  • Loading branch information
JohannesBuchner committed Oct 26, 2024
1 parent 53d6110 commit 7681e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: python -m pip install cython numpy scipy matplotlib corner getdist h5py pandas flake8 pycodestyle pydocstyle pytest-html pytest-xdist
run: python -m pip install --upgrade --force-reinstall cython numpy scipy matplotlib corner getdist h5py pandas flake8 pycodestyle pydocstyle pytest-html pytest-xdist

- name: Lint with flake8
run: flake8 $(ls ultranest/*.py | grep -Ev '^ultranest/(flatnuts|dychmc|dyhmc|pathsampler).py')
Expand Down

0 comments on commit 7681e7d

Please sign in to comment.