Skip to content

Commit

Permalink
Problem: YAML converts into floats
Browse files Browse the repository at this point in the history
Solution: use explicit strings
  • Loading branch information
gotcha committed Mar 3, 2022
1 parent 114eb11 commit 0bcfaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts-setuptools-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0bcfaeb

Please sign in to comment.