update manylinux build job's git checkout

This commit is contained in:
Martin Bubel 2024-07-22 11:17:57 +02:00
parent 25aad2053c
commit 030bef943e

View file

@ -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 }}