Skip to content

Commit

Permalink
py3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasht86 committed Jul 3, 2024
1 parent c1d78f9 commit d08ebe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-with-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.9"
cache: "pip" # caching pip dependencies
- name: Install dependencies
run: pip install pyvespa vespacli python-dateutil
Expand Down

0 comments on commit d08ebe4

Please sign in to comment.