Skip to content

Commit

Permalink
You have to tell Python that you want the git for Python
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jan 15, 2024
1 parent ea82a86 commit 3c7bd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
export PIP_ROOT_USER_ACTION=ignore
pip3 install --upgrade pip
pip3 install git
pip3 install gitpython
python3 bin/version_info.py > _build/repack/Release/version.json
- name: Setup .NET Core
Expand Down

0 comments on commit 3c7bd4c

Please sign in to comment.