Skip to content

Commit

Permalink
Set default python encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Werni2A committed Jul 7, 2024
1 parent cd65564 commit af58a5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
${ENV:GIT_TRACE}=1
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
${ENV:PYTHONIOENCODING}='utf-8'
python -m pip install -r test/py/requirements.txt
python test/py/testing.py --download_repos true --database_file_path repos.yaml --third_party_path test\designs
Expand Down

0 comments on commit af58a5c

Please sign in to comment.