fix tests

This commit is contained in:
EmptyCrown 2023-02-04 01:47:14 -08:00
parent 9155bb9512
commit 2a66d09da3

View File

@ -27,6 +27,3 @@ jobs:
pip install -r test_requirements.txt
- name: Run testing
run: pytest tests
name: Run Tests