Skip to content

Commit

Permalink
Merge pull request #553 from jacobwegner/patch-2
Browse files Browse the repository at this point in the history
Pin create_release Python version
  • Loading branch information
lcerrato authored Nov 2, 2023
2 parents f3e3137 + 1e5a913 commit c33c838
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
# Setup Python
- name: Set up Python 3.x
- name: Set up Python 3.11
# > 3.11 breaks hooktest
uses: actions/setup-python@v2
with:
# Semantic version range syntax or exact version of a Python version
python-version: "3.x"
python-version: "3.11"
# Setup Java for Hooktest
- name: Set up Java
uses: actions/setup-java@v2
Expand Down

0 comments on commit c33c838

Please sign in to comment.