From 3581e2fb182a4b1c5e0e120cd326b5d44574ea3a Mon Sep 17 00:00:00 2001 From: Mario Mulansky Date: Wed, 29 Dec 2021 17:11:48 -0600 Subject: Add setup.py command to test workflow --- .github/workflows/python-package.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 605a31e..80b7ba3 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -34,6 +34,9 @@ jobs: python -m pip install flake8 pytest nose numpy scipy python -m pip install -q cython if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + - name: Install package + run: | + python setup.py build_ext --inplace # - name: Lint with flake8 # run: | # # stop the build if there are Python syntax errors or undefined names @@ -43,3 +46,4 @@ jobs: - name: Test with nosetest run: | nosetests + nosetests test/numeric -- cgit v1.2.3