Skip to content

Commit

Permalink
fix: ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-moreno committed Jun 7, 2023
1 parent 97db229 commit 621e8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.9, 3.10, 3.11]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand All @@ -29,4 +29,4 @@ jobs:
pip install -r requirements.test.txt
- name: Run Tests
run: |
pytest --cov
pytest

0 comments on commit 621e8f8

Please sign in to comment.