From cb6606f3f3cbe892ab4d5d04c6810bdbfd1aa909 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Tue, 16 Feb 2021 10:44:48 +0000 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f6a980d0e..f425537c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: uses: actions/cache@v2 with: path: ${{ steps.pip-cache-dir.outputs.dir }} - key: pip-${{ matrix.python-version }}-${{ hashFiles('**/requirements-dev.txt') }} + key: pip-${{ matrix.python-version }}-${{ hashFiles('**/setup.py') }} - name: Install Linux dependencies if: ${{ matrix.python-version == 3.8 && steps.pip-cache.outputs.cache-hit != 'true' }} run: | @@ -59,7 +59,7 @@ jobs: uses: actions/cache@v2 with: path: ${{ steps.pip-cache.outputs.dir }} - key: pip-${{ matrix.python-version }}-${{ hashFiles('**/requirements-dev.txt') }} + key: pip-${{ matrix.python-version }}-${{ hashFiles('**/setup.py') }} # Still need to properly install the dependencies - it will only skip the download part - name: Install project dependencies run: | @@ -94,7 +94,7 @@ jobs: uses: actions/cache@v2 with: path: ${{ steps.pip-cache.outputs.dir }} - key: pip-${{ matrix.python-version }}-${{ hashFiles('**/requirements-dev.txt') }} + key: pip-${{ matrix.python-version }}-${{ hashFiles('**/setup.py') }} - name: Install Linux dependencies if: ${{ matrix.python-version == 3.8 }} run: | @@ -149,7 +149,7 @@ jobs: uses: actions/cache@v2 with: path: ${{ steps.pip-cache.outputs.dir }} - key: pip-${{ matrix.python-version }}-${{ hashFiles('**/requirements-dev.txt') }} + key: pip-${{ matrix.python-version }}-${{ hashFiles('**/setup.py') }} - name: Install Linux dependencies if: ${{ matrix.python-version == 3.8 }} run: |