Skip to content

Commit

Permalink
test-fix(windows actions): add encoding env var
Browse files Browse the repository at this point in the history
  • Loading branch information
sqr00t committed Sep 28, 2023
1 parent 08ef449 commit 81a0eaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: (windows) Install dependencies
if: runner.os == 'windows'
shell: bash
env:
PYTHONIOENCODING: "utf-8"
run: |
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
Expand All @@ -44,5 +46,7 @@ jobs:
- name: (windows) Test with pytest
if: runner.os == 'windows'
shell: bash
env:
PYTHONIOENCODING: "utf-8"
run: |
pytest --verbose

0 comments on commit 81a0eaa

Please sign in to comment.