From ac8d5bd9f904c99ae508df5fc31da7e9f7f9f187 Mon Sep 17 00:00:00 2001 From: Oliver Holworthy <1216955+oliverholworthy@users.noreply.github.com> Date: Fri, 2 Jun 2023 17:31:26 +0100 Subject: [PATCH] remove sudo --- .github/workflows/gpu-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gpu-tests.yml b/.github/workflows/gpu-tests.yml index 9919240a82..9e3076ea2e 100644 --- a/.github/workflows/gpu-tests.yml +++ b/.github/workflows/gpu-tests.yml @@ -30,8 +30,8 @@ jobs: python-version: 3.8 - name: Install Ubuntu packages run: | - sudo apt-get update -y - sudo apt-get install -y protobuf-compiler + apt-get update -y + apt-get install -y protobuf-compiler - name: Install and upgrade python packages run: | python -m pip install --upgrade pip setuptools==59.4.0 wheel tox pybind11