We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e959d56 + bc1b5e6 commit 650ef57Copy full SHA for 650ef57
.github/workflows/tests+artifacts+pypi.yml
@@ -71,6 +71,7 @@ jobs:
71
- run: pip install -r test-time-requirements.txt
72
73
- run: |
74
+ unset CI
75
python -m build 2>&1 | tee build.log
76
exit `fgrep -i warning build.log | wc -l`
77
0 commit comments