Skip to content

Commit cad317d

Browse files
authored
ignore setuptools_scm warnings at build stage (#289)
1 parent e109e21 commit cad317d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests+pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- run: |
132132
unset CI
133133
python -m build 2>&1 | tee build.log
134-
exit `fgrep -i warning build.log | wc -l`
134+
exit `fgrep -i warning build.log | grep -v "WARNING setuptools_scm" | wc -l`
135135
136136
- if: matrix.platform == 'ubuntu-latest'
137137
run: rm dist/*

0 commit comments

Comments
 (0)