Skip to content

Commit

Permalink
Fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Jun 11, 2024
1 parent 9b876b1 commit 7d84ac0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
java-version: '17'
distribution: 'adopt'
cache: 'maven'
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.x
cache: 'pip'
Expand Down

0 comments on commit 7d84ac0

Please sign in to comment.