Update python-test.yml
Fixes Test Workflow
This commit is contained in:
3
.github/workflows/python-test.yml
vendored
3
.github/workflows/python-test.yml
vendored
@@ -27,6 +27,9 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip pipenv
|
||||
if [ -f Pipfile ]; then pipenv install; fi
|
||||
- name: Build Cython Code
|
||||
run: |
|
||||
pipenv run make
|
||||
- name: Test with unittest
|
||||
run: |
|
||||
pipenv run python -m unittest
|
||||
|
||||
Reference in New Issue
Block a user