Skip to content

Commit

Permalink
convert python-version to string
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosenb committed Jan 11, 2022
1 parent 4e17bd3 commit 1691612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'

- uses: actions/cache@v2
with:
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'

- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 1691612

Please sign in to comment.