Commit 0bcfaeb1 authored by Godefroid Chapelle's avatar Godefroid Chapelle

Problem: YAML converts into floats

Solution: use explicit strings
parent 114eb11d
......@@ -11,7 +11,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: ['3.7', '3.8', '3.9', '3.10']
package: [zest.releaser, pyspf]
steps:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment