Skip to content

Commit

Permalink
wrap 3.10 in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
murilo-cunha committed Mar 20, 2024
1 parent 45e43cb commit 7800d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- name: Install dependencies
run: |
pip install poetry==${{ env.POETRY_VERSION }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- name: Install dependencies
run: |
pip install poetry==${{ env.POETRY_VERSION }}
Expand Down

0 comments on commit 7800d34

Please sign in to comment.