Skip to content

Commit

Permalink
Merge pull request #183 from Quantum-Software-Development/FabianaCamp…
Browse files Browse the repository at this point in the history
…anari-patch-1

Update django.yml
  • Loading branch information
FabianaCampanari authored May 27, 2024
2 parents 3aea699 + 2f35d21 commit 1571551
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Django CI

on:
Expand All @@ -14,12 +13,12 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["pypy3.9", "pypy3.10", "3.9", "3.10", "3.11", "3.12
python-version: ["pypy3.6", "pypy3.7", "3.6", "3.7", "3.8", "3.9"]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
Expand Down

0 comments on commit 1571551

Please sign in to comment.