From 5513a64703e5e427b2dc7e077e85352cb106e5fa Mon Sep 17 00:00:00 2001 From: Fournet Enzo Date: Fri, 17 May 2024 15:08:25 +0200 Subject: [PATCH] fix CI beacause i'm an idiot --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 875a949..3a4daa6 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -68,5 +68,5 @@ jobs: pip install ../../ - name: Run Tests run: | - cd ./test/app/Ò + cd ./test/app/ python manage.py test \ No newline at end of file