pytest added

pull/378/head
evelynmitchell 1 year ago
parent 52dbabb836
commit aa2dad3bd3

@ -30,6 +30,7 @@ jobs:
install-command:
echo "Running core tests, installing dependencies with poetry..."
poetry install
pip install pytest
- name: Run core tests
run: pytest
shell: bash
@ -43,6 +44,7 @@ jobs:
install-command: |
echo "Running core tests, installing dependencies with poetry..."
poetry install
pip install pytest
- name: Run core tests
run: pytest
shell: bash

Loading…
Cancel
Save