From f72f7ca1fce65299767d0f056acb2b833cac180d Mon Sep 17 00:00:00 2001 From: Oliver Backhouse Date: Fri, 9 Aug 2024 20:46:08 +0100 Subject: [PATCH] Add cache --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f2299ab1..8739b7b7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,6 +22,10 @@ jobs: steps: - uses: actions/checkout@v2 + - uses: actions/cache@v2 + with: + key: ${{ github.ref }} + path: .cache - name: Set up python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: