Skip to content

Commit 3319d24

Browse files
authored
Update python-package.yml
update build to use meson
1 parent 8f72d2f commit 3319d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sudo apt-get update
3636
sudo apt-get install gfortran swig libhdf5-serial-dev
3737
pip install -r requirements.txt
38-
python setup.py build_ext --inplace
38+
pip install .
3939
- name: Lint with flake8
4040
run: |
4141
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)