From 8ae019ad019729c8471255ff0508359ef0d8bc17 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Mon, 30 Nov 2020 10:50:52 +0200 Subject: [PATCH] I see a lot of "building wheel" instead of using cached wheels --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bd091cd..9b3f6a7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: uses: actions/cache@v2 with: path: ~/.cache/pip - key: ${{ runner.os }}-pip-${{ hashFiles('setup.*', 'tox.ini') }} + key: ${{ runner.os }}-pip-${{ matrix.python-version }} restore-keys: | ${{ runner.os }}-pip-