actions/setup-python appears to need a string when there are two digits to the right of the decimal

This commit is contained in:
Chris Hawk 2024-07-25 11:03:53 -07:00
parent 2aebc4f1b3
commit 2e32ac3c4c
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'
- name: Install dependencies
run: |

View file

@ -29,7 +29,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'
- name: Install dependencies
run: |