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: |
|
run: |
|
||||||
python -m pip install --upgrade pip pipenv
|
python -m pip install --upgrade pip pipenv
|
||||||
if [ -f Pipfile ]; then pipenv install; fi
|
if [ -f Pipfile ]; then pipenv install; fi
|
||||||
|
- name: Build Cython Code
|
||||||
|
run: |
|
||||||
|
pipenv run make
|
||||||
- name: Test with unittest
|
- name: Test with unittest
|
||||||
run: |
|
run: |
|
||||||
pipenv run python -m unittest
|
pipenv run python -m unittest
|
||||||
|
|||||||
Reference in New Issue
Block a user