Skip to content

Commit bf63d76

Browse files
committed
Experiment with pytest.
1 parent 1b0ede7 commit bf63d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
python -m pip install .[test]
3333
- name: Test with pytest
3434
run: |
35-
export PYTHONWARNINGS="default"
35+
export PYTHONWARNINGS="always"
3636
pytest

0 commit comments

Comments
 (0)