From 47f2093b50af4428617b7fe4a4f1c78154043e8e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 2 Jan 2021 15:38:51 +0100 Subject: ci: Add qute-pylint to cache key This makes sure we don't use a stale qute_pylint version in CI. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbab9ee9c..4ec4b1184 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: .mypy_cache .tox ~/.cache/pip - key: "${{ matrix.testenv }}-${{ hashFiles('misc/requirements/requirements-*.txt') }}-${{ hashFiles('requirements.txt') }}" + key: "${{ matrix.testenv }}-${{ hashFiles('misc/requirements/requirements-*.txt') }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('scripts/dev/pylint_checkers/qute_pylint/*.py') }}" - uses: actions/setup-python@v2 with: python-version: '3.8' -- cgit v1.2.3-54-g00ecf