Bladeren bron

Use a different cache for lint

Nuwan Goonasekera 5 jaren geleden
bovenliggende
commit
e0cd1a3973
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      .github/workflows/integration.yaml

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

@@ -30,7 +30,7 @@ jobs:
         uses: actions/cache@v2
         uses: actions/cache@v2
         with:
         with:
           path: ~/.cache/pip
           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
       - name: Install required packages
         run: pip install tox
         run: pip install tox