Skip to content

Commit

Permalink
Merge pull request #1521 from jacobwegner/patch-1
Browse files Browse the repository at this point in the history
Pin Python version in ci.yml
  • Loading branch information
lcerrato authored Oct 30, 2023
2 parents 1cfad84 + bbd6f82 commit 6cad6e0
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 @@ -14,11 +14,11 @@ jobs:
steps:
- 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 6cad6e0

Please sign in to comment.