From 475b96b45efb96cf6342b44b2a2adba20949fdd8 Mon Sep 17 00:00:00 2001 From: Oliver Holworthy <1216955+oliverholworthy@users.noreply.github.com> Date: Fri, 2 Jun 2023 18:22:21 +0100 Subject: [PATCH] Add git to installed packages --- .github/workflows/gpu-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gpu-tests.yml b/.github/workflows/gpu-tests.yml index a2d6ca9a4a..dd84c3c8bc 100644 --- a/.github/workflows/gpu-tests.yml +++ b/.github/workflows/gpu-tests.yml @@ -31,7 +31,7 @@ jobs: - name: Install Ubuntu packages run: | apt-get update -y - apt-get install -y build-essential protobuf-compiler + apt-get install -y build-essential protobuf-compiler git - name: Install and upgrade python packages run: | python -m pip install --upgrade pip setuptools==59.4.0 wheel tox pybind11