From 189b208614eaabb6ae8c8d40e84dc4eb9f643afd Mon Sep 17 00:00:00 2001 From: Mauro Amico Date: Tue, 14 Nov 2023 17:25:57 +0100 Subject: [PATCH] ci: add .tox in cache --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 63e1928..6adbe79 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,6 +29,7 @@ jobs: path: | ~/.cache/pip eggs + .tox key: ${{ runner.os }}-pip-${{ matrix.config[0] }}-${{ hashFiles('setup.*', 'tox.ini') }} restore-keys: | ${{ runner.os }}-pip-${{ matrix.config[0] }}-