Skip to content

Commit

Permalink
Do not specify python io encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Werni2A committed Jul 13, 2024
1 parent 2cfc680 commit 772cfc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
run: |
${ENV:PYTHONUTF8}=1
git config --system core.longpaths true
${ENV:PYTHONIOENCODING}='utf8'
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 772cfc9

Please sign in to comment.