Skip to content

Commit

Permalink
Escape python version string
Browse files Browse the repository at this point in the history
  • Loading branch information
notjagan committed Dec 7, 2023
1 parent 5d50513 commit d202669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'

- id: version
run: |
Expand All @@ -41,7 +41,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'

- id: version
run: |
Expand Down

0 comments on commit d202669

Please sign in to comment.