correcting python workflow

This commit is contained in:
Arnold Dechamps 2024-03-26 17:19:13 +01:00
parent e61ed784d8
commit c11340e0e9
No known key found for this signature in database
GPG key ID: AE66543374E41C89

View file

@ -25,6 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
cp config.example.py config.py
- name: Run Tests
run: |
python manage.py test