Skip to content

Commit 25d2399

Browse files
Jeffrey WhitakerJeffrey Whitaker
authored andcommitted
add meson-python
1 parent 3895480 commit 25d2399

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
- name: Install some dependencies via pip
3232
run: |
3333
# Install pyspharm using a few tricks
34-
python -m pip install numpy setuptools wheel
35-
FFLAGS="-fallow-argument-mismatch" python -m pip install --no-use-pep517 pyspharm
34+
python -m pip install numpy setuptools wheel meson-python
35+
#FFLAGS="-fallow-argument-mismatch" python -m pip install --no-use-pep517 pyspharm
36+
python -m pip install pyspharm
3637
# for later building/checking
3738
python -m pip install build twine
3839
python -m pip install check-manifest

0 commit comments

Comments
 (0)