From da911e9ea4c3c33c3273033b87a1ceec4df1a509 Mon Sep 17 00:00:00 2001 From: jonandernovella Date: Tue, 19 Sep 2023 15:45:31 +0200 Subject: [PATCH] fix: Fixed ubuntu version and quoting --- .github/workflows/django-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/django-tests.yml b/.github/workflows/django-tests.yml index 7cdcd6a..0c4623a 100644 --- a/.github/workflows/django-tests.yml +++ b/.github/workflows/django-tests.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: django-tests: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout code @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.10 + python-version: '3.10' - name: Install dependencies run: |