Skip to content

Commit 7af2425

Browse files
committed
[ci] Fix
1 parent af48b4d commit 7af2425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
python-version:
28-
- 3.9
29-
- 3.10
28+
- "3.9"
29+
- "3.10"
3030
django-version:
3131
- django~=3.2.0
3232
- django~=4.2.0

0 commit comments

Comments
 (0)