From 7283259d43d999ba8b8d2515977ea2889a5f1e71 Mon Sep 17 00:00:00 2001 From: Dafydd Jones Date: Fri, 8 Mar 2024 00:02:14 +0000 Subject: [PATCH] ci: fix for missing `GitPython` --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c8977714..3f104ba8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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