Skip to content

Commit

Permalink
Merge pull request #2082 from dafyddj/ci/fix-gitpython
Browse files Browse the repository at this point in the history
ci: fix for missing `GitPython`
  • Loading branch information
dafyddj authored Mar 8, 2024
2 parents 938d884 + 7283259 commit 737cd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup `pip` dependencies
if: steps.changed-files.outputs.sls == 'true'
run: |
salt-pip install python-magic-bin tabulate
salt-pip install python-magic-bin tabulate gitpython
if ($LASTEXITCODE) {
Write-Host ("::error title=salt-pip::salt-pip returned exit code: $LASTEXITCODE")
exit 1
Expand Down

0 comments on commit 737cd10

Please sign in to comment.