Skip to content

Commit a431dc1

Browse files
authored
CI: install gitpython python module for cache upload script (#829)
Fixes: #827
1 parent 4150667 commit a431dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
run: echo "HUNTER_PYTHON_LOCATION=$env:pythonLocation" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
125125

126126
- name: Install requests python module for upload script
127-
run: python -m pip install requests
127+
run: python -m pip install requests gitpython
128128

129129
- name: Build on Unix
130130
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)