We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d30b5d7 + ac191f3 commit 3c5b26eCopy full SHA for 3c5b26e
.github/workflows/tests+pypi.yml
@@ -70,6 +70,7 @@ jobs:
70
- run: pip install twine build
71
72
- run: |
73
+ unset CI
74
python -m build 2>&1 | tee build.log
75
exit `fgrep -i warning build.log | grep -v impl_numba/warnings.py | wc -l`
76
0 commit comments