Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
Add Python setup.
  • Loading branch information
khatchad authored Oct 30, 2024
1 parent ae66135 commit 8acc7a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
${{ runner.os }}-pip-
- name: Fail on whitespace errors
run: git show HEAD --check
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
- name: Install global requirements
run: pip3.10 install -r requirements.txt
- name: Run Spotless
Expand Down

0 comments on commit 8acc7a2

Please sign in to comment.