summaryrefslogtreecommitdiff
path: root/.github/workflows/python-package.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/python-package.yml')
-rw-r--r--.github/workflows/python-package.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml
index 0f9e548..81724d8 100644
--- a/.github/workflows/python-package.yml
+++ b/.github/workflows/python-package.yml
@@ -36,7 +36,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install package
run: |
- python setup.py build_ext --inplace
+ python setup.py build_ext
# - name: Lint with flake8
# run: |
# # stop the build if there are Python syntax errors or undefined names