Skip to content

Commit

Permalink
chore: force setuptools install
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 26, 2024
1 parent 905f66f commit ad43904
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 @@ -42,6 +42,7 @@ jobs:
- uses: actions/checkout@v4
- run: python --version
- run: pip install -r requirements.txt
- run: pip install setuptools
- run: |
pip install black
black . --check
Expand Down

0 comments on commit ad43904

Please sign in to comment.