From 9366eaf4e18679e7597bd951cd7415d5fe0d6747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Tue, 19 Apr 2022 21:45:38 +0200 Subject: [PATCH] Fix actions --- .github/workflows/django.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 939cff7..94481cf 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 2 matrix: - python-version: [3.9, 3.10] + python-version: ['3.9', '3.10'] steps: - uses: actions/checkout@v3 @@ -27,4 +27,5 @@ jobs: pip install -r requirements.txt - name: Run Tests run: | + cd ram python manage.py migrate