Explorar o código

Use a different cache for lint

Nuwan Goonasekera %!s(int64=5) %!d(string=hai) anos
pai
achega
e0cd1a3973
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/integration.yaml

+ 1 - 1
.github/workflows/integration.yaml

@@ -30,7 +30,7 @@ jobs:
         uses: actions/cache@v2
         with:
           path: ~/.cache/pip
-          key: pip-cache-${{ matrix.python-version }}-${{ hashFiles('**/setup.py', '**/requirements.txt') }}
+          key: pip-cache-${{ matrix.python-version }}-lint
 
       - name: Install required packages
         run: pip install tox