We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4150667 commit a431dc1Copy full SHA for a431dc1
.github/workflows/ci.yml
@@ -124,7 +124,7 @@ jobs:
124
run: echo "HUNTER_PYTHON_LOCATION=$env:pythonLocation" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
125
126
- name: Install requests python module for upload script
127
- run: python -m pip install requests
+ run: python -m pip install requests gitpython
128
129
- name: Build on Unix
130
if: runner.os != 'Windows'
0 commit comments