Update python-test.yml

Fixes Test Workflow
This commit is contained in:
2022-12-06 23:32:19 -03:00
committed by GitHub
parent 49fa223901
commit 510d2a1f8d

View File

@@ -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