From e193be5bfeee12f2566a371f7d8e158ef8fc1287 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Fri, 26 Aug 2022 16:00:50 -0700 Subject: [PATCH] CI: correct git-filter-repo installation Signed-off-by: Stephen Gutekanst --- .github/workflows/push_subrepos.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/push_subrepos.yml b/.github/workflows/push_subrepos.yml index b1a16a39..c255c8a4 100644 --- a/.github/workflows/push_subrepos.yml +++ b/.github/workflows/push_subrepos.yml @@ -14,9 +14,7 @@ jobs: # split the git subtree. fetch-depth: 0 - name: Install git-filter-repo - run: | - sudo apt-get update - sudo apt-get install -y git-filter-repo + run: python3 -m pip install --user git-filter-repo - name: "Push recent commits to subrepositories" env: ACCESS_TOKEN: ${{ secrets.HEXOPS_MACH_PUSH_SUBREPOS }}