Skip to content

Commit

Permalink
Do not configure git user
Browse files Browse the repository at this point in the history
  • Loading branch information
Werni2A committed Jul 13, 2024
1 parent 9157588 commit 2cfc680
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ jobs:
run: |
${ENV:PYTHONUTF8}=1
git config --system core.longpaths true
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
${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 2cfc680

Please sign in to comment.