We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f72d2f commit 3319d24Copy full SHA for 3319d24
.github/workflows/python-package.yml
@@ -35,7 +35,7 @@ jobs:
35
sudo apt-get update
36
sudo apt-get install gfortran swig libhdf5-serial-dev
37
pip install -r requirements.txt
38
- python setup.py build_ext --inplace
+ pip install .
39
- name: Lint with flake8
40
run: |
41
# stop the build if there are Python syntax errors or undefined names
0 commit comments