Fix test.yml

This commit is contained in:
Kristofers Solo 2023-06-29 03:01:12 +00:00
parent 38c1d0a127
commit 4509954b5b

View File

@ -15,4 +15,4 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
- name: Run tests - name: Run tests
run: python manage.py test run: python src/manage.py test