Skip to content

Commit

Permalink
Work around the breaking change in setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
jmao-denver committed Aug 8, 2024
1 parent b56b946 commit d527107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}

- run: pip install setuptools
- run: pip install "setuptools < 72"

- name: Run Test
run: python setup.py test

0 comments on commit d527107

Please sign in to comment.