Skip to content

Commit

Permalink
Try fixing encoding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Werni2A committed Jul 12, 2024
1 parent cf66f10 commit b8ffcca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
- name: Create Unit Tests
run: |
${ENV:GIT_TRACE}=1
${ENV:PYTHONUTF8}=1
git config --system core.longpaths true
python test/py/testing.py --generate_unit_tests true --database_file_path repos.yaml --unit_test_path test\src\generated_tests --third_party_path test\designs
Expand Down

0 comments on commit b8ffcca

Please sign in to comment.