Skip to content

Commit

Permalink
Merge pull request #20 from alandtse/dev
Browse files Browse the repository at this point in the history
ci: fix python version
  • Loading branch information
alandtse committed Jun 26, 2023
2 parents 6c36b13 + afce835 commit ff43ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.10
python-version: "3.10"
# #----------------------------------------------
# # ----- install & configure poetry -----
# #----------------------------------------------
Expand Down

0 comments on commit ff43ba5

Please sign in to comment.