This commit is contained in:
Onur Atakan ULUSOY 2022-05-11 16:28:12 +00:00
parent 6d0f29991e
commit 37ab3ffcbb

View File

@ -63,7 +63,7 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install pytest pip install pytest
pip install . pip install .
cd tests
- name: Test with pytest - name: Test with pytest
run: | run: |
cd tests
pytest unit_tests.py pytest unit_tests.py