Skip to content

Commit

Permalink
Use quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nvlaarhoven committed Sep 28, 2023
1 parent 53f3d75 commit c830129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:

strategy:
matrix:
python: [3.8, 3.9, 3.10]
django: [3.2]
python: ["3.8", "3.9", "3.10"]
django: ["3.2"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c830129

Please sign in to comment.