1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Good grief, it's treating them as floats, so quote

This commit is contained in:
Ross McFarland
2022-01-13 09:20:33 -08:00
parent 76d5ed56b8
commit 852558b559

View File

@@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
# Tested versions based on dates in https://devguide.python.org/devcycle/#end-of-life-branches,
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@master
- name: Setup python