Skip to content

Commit

Permalink
Try to fix CI problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
nennigb committed Nov 28, 2024
1 parent 8f1ec4a commit 29677a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Install the package
run: |
# export SETUPTOOLS_ENABLE_FEATURES="legacy-editable"
python -m pip install meson-python>=0.15.0 meson ninja
python -m pip install --no-build-isolation --editable .
# Show f2py compiler info for debug
f2py -c --help-fcompiler
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = 'mesonpy'
requires = ['meson-python>=0.15.0', 'cython', 'numpy']
requires = ['meson-python>=0.13.0', 'cython', 'numpy']

[project]
name = 'pypolsys'
Expand Down

0 comments on commit 29677a9

Please sign in to comment.