We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3895480 commit 25d2399Copy full SHA for 25d2399
.github/workflows/build.yml
@@ -31,8 +31,9 @@ jobs:
31
- name: Install some dependencies via pip
32
run: |
33
# 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
+ python -m pip install numpy setuptools wheel meson-python
+ #FFLAGS="-fallow-argument-mismatch" python -m pip install --no-use-pep517 pyspharm
36
+ python -m pip install pyspharm
37
# for later building/checking
38
python -m pip install build twine
39
python -m pip install check-manifest
0 commit comments