Skip to content

Commit

Permalink
adding quotes around version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPuzzuoli committed Feb 8, 2024
1 parent 87542eb commit 5723563
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 @@ -43,7 +43,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Pip cache
uses: actions/cache@v2
with:
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Pip cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 5723563

Please sign in to comment.