Skip to content

Commit

Permalink
Add explicit Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Dec 2, 2024
1 parent 2fee496 commit b93a06f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
java-version: "17"
- name: "Setup Python"
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: "Install Python dependencies"
run: pip install requests
- name: "Build and test"
Expand Down

0 comments on commit b93a06f

Please sign in to comment.