Skip to content

Commit

Permalink
Update windows CI for meson.
Browse files Browse the repository at this point in the history
  • Loading branch information
nennigb committed Nov 28, 2024
1 parent d4aac53 commit 8f1ec4a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ jobs:
# https://numpy.org/doc/stable/f2py/windows/index.html
conda install m2w64-toolchain libpython
# numpy is required for pypolsys building. Better to install it with conda.
# Sometime it fails when installed by pip thought `build-system` requirement from `pyproject.toml`
# Limit setuptools version because of numpy.distutils
conda install numpy "setuptools<60.0" wheel
conda install numpy
- name: Build
shell: bash -l {0}
run: |
# Ignore `pyproject.toml` to avoid conda/pip mix in numpy version
python -m pip install -e . --no-use-pep517
python -m pip install --no-build-isolation --editable .
# Show f2py compiler info for debug
f2py -c --help-fcompiler
- name: Test
Expand Down

0 comments on commit 8f1ec4a

Please sign in to comment.