We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5faeb6c commit 0913448Copy full SHA for 0913448
.github/workflows/ci.yml
@@ -29,5 +29,7 @@ jobs:
29
pip install pytest
30
31
- name: Run CLI tests with pytest
32
+ env:
33
+ PYTHONIOENCODING: utf-8
34
run: |
35
python -m pytest tests/test_cli.py -v
0 commit comments