From e369c7578928dc9cf1a4e686272aaa5cfef74636 Mon Sep 17 00:00:00 2001 From: Patrick Huck Date: Thu, 3 Nov 2022 14:51:46 -0700 Subject: [PATCH] use pip cache for testing action --- .github/workflows/testing.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c32e551d25..df3dddca2d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -21,6 +21,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 3.9 + cache: 'pip' - name: Install dependencies run: python -m pip install --upgrade pip flake8 @@ -46,6 +47,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} + cache: 'pip' - name: Install OpenBabel on Ubuntu if: ${{ matrix.os == 'ubuntu-latest' }} @@ -96,6 +98,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 3.9 + cache: 'pip' - name: Install dependencies run: |