Skip to content

Commit

Permalink
fix: new fix for setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 8, 2024
1 parent 7e1892b commit d6172ea
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 @@ -58,6 +58,7 @@ jobs:
- run: python --version
- run: pip install setuptools
- run: python setup.py build
if: matrix.python-version != '3.12' && matrix.python-version != 'latest'
- run: |
pip install pytest
pip install .
Expand Down

0 comments on commit d6172ea

Please sign in to comment.