Skip to content

Commit

Permalink
put python version in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfwood committed Nov 28, 2023
1 parent 177cff6 commit 75e426d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install Poetry
uses: abatilo/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ref: 'refs/heads/develop'
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install Poetry
uses: abatilo/[email protected]
with:
Expand Down

0 comments on commit 75e426d

Please sign in to comment.