Skip to content

Commit

Permalink
Update setup tools and wheels for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong authored Aug 2, 2024
1 parent 7043820 commit 1825b0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Install Python dependencies
run: |
python3 -m pip install --upgrade pip
pip install --upgrade setuptools wheel
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Spotless Check
if: matrix.jdk == 11 || matrix.jdk == 17
Expand Down

0 comments on commit 1825b0b

Please sign in to comment.