Skip to content

Commit cc0b744

Browse files
Fix version parsing.
1 parent 3e05cb7 commit cc0b744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/development.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
include:
21-
- py_ver: 3.10
21+
- py_ver: '3.10'
2222
distro: debian
2323
image: djbase
2424
env:
@@ -121,7 +121,7 @@ jobs:
121121
strategy:
122122
matrix:
123123
include:
124-
- py_ver: 3.10
124+
- py_ver: '3.10'
125125
distro: debian
126126
image: djbase
127127
env:

0 commit comments

Comments
 (0)