Skip to content

Commit 432be9d

Browse files
authored
Merge pull request #844 from blink1073/ignore-warnings-prerelease
2 parents 53b9b89 + 9c3230e commit 432be9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
pip check
131131
- name: Run the tests
132132
run: |
133-
pytest -vv || pytest -vv --lf
133+
pytest -vv -W default || pytest -vv -W default --lf
134134
135135
make_sdist:
136136
name: Make SDist

0 commit comments

Comments
 (0)