From 030bef943e0313c13995c8c461d7dd435c5ca321 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Mon, 22 Jul 2024 11:17:57 +0200 Subject: [PATCH] update manylinux build job's git checkout --- .github/workflows/test-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 45547846..093984b8 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -189,6 +189,7 @@ jobs: run: | yum update yum install -y git + git config --global --add safe.directory /__w/GPy/GPy git clone --depth=1 https://github.com/${{ github.repository }}.git . git checkout ${{ github.sha }}