From 7aa74c043a07066f62bac62b12077e854a20f91b Mon Sep 17 00:00:00 2001 From: Oliver Holworthy <1216955+oliverholworthy@users.noreply.github.com> Date: Mon, 3 Jul 2023 11:55:30 +0100 Subject: [PATCH] Add pip cache --- .github/workflows/gpu.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gpu.yml b/.github/workflows/gpu.yml index 3518f357ed..85a13b9991 100644 --- a/.github/workflows/gpu.yml +++ b/.github/workflows/gpu.yml @@ -63,6 +63,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: 3.8 + cache: 'pip' - name: Install and upgrade python packages run: | python -m pip install --upgrade pip tox @@ -98,6 +99,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: 3.8 + cache: 'pip' - name: Install and upgrade python packages run: | python -m pip install --upgrade pip tox