Merge pull request #5 from HideyoshiNakazone/HideyoshiNakazone-patch-1

Update python-test.yml
This commit is contained in:
2022-12-06 23:32:27 -03:00
committed by GitHub

View File

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