From c625dc9d51379d503c0f73c385077d64bc34429a Mon Sep 17 00:00:00 2001 From: David Barnett Date: Sat, 21 Sep 2024 22:41:59 -0600 Subject: [PATCH] gh-actions: Enable setup-python cache --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 79b7c67..71bdc60 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,6 +40,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.py }} + cache: 'pip' - name: Install tox-gh run: python -m pip install tox-gh>=1.2 - name: Setup test suite