Skip to content

Commit

Permalink
ignore setuptools_scm warnings at build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Oct 10, 2023
1 parent e109e21 commit 7cf21fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- run: |
unset CI
python -m build 2>&1 | tee build.log
exit `fgrep -i warning build.log | wc -l`
exit `fgrep -i warning build.log | grep -v "WARNING setuptools_scm" | wc -l`
- if: matrix.platform == 'ubuntu-latest'
run: rm dist/*
Expand Down

0 comments on commit 7cf21fa

Please sign in to comment.