Skip to content

Commit

Permalink
ignore bogus setuptools-scm error
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Oct 31, 2024
1 parent 0b3a9c3 commit 1036a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests+artifacts+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
unset CI
cd ${{ matrix.packages-dir }}
python -m build 2>&1 | tee build.log
exit `fgrep -i warning build.log | grep -v impl_numba/warnings.py | grep -v "no previously-included files matching" | wc -l`
exit `fgrep -i warning build.log | grep -v impl_numba/warnings.py | grep -v "no previously-included files matching" | grep -v "setuptools_scm._file_finders.git listing git files failed - pretending there aren't any" | wc -l`
twine check --strict dist/*
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1036a26

Please sign in to comment.