diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 117b707c6b9..bf6298129f0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: id: cache with: path: ${{ env.pythonLocation }} - key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }} + key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-datasets - name: Install pip dependencies if: steps.cache.outputs.cache-hit != 'true' run: | @@ -50,7 +50,7 @@ jobs: id: cache with: path: ${{ env.pythonLocation }} - key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }} + key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-integration - name: Install pip dependencies if: steps.cache.outputs.cache-hit != 'true' run: | @@ -78,7 +78,7 @@ jobs: id: cache with: path: ${{ env.pythonLocation }} - key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }} + key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-tutorials - name: Install pip dependencies if: steps.cache.outputs.cache-hit != 'true' run: | diff --git a/.github/workflows/tutorials.yaml b/.github/workflows/tutorials.yaml index 53e91bc2121..b698d513795 100644 --- a/.github/workflows/tutorials.yaml +++ b/.github/workflows/tutorials.yaml @@ -26,7 +26,7 @@ jobs: id: cache with: path: ${{ env.pythonLocation }} - key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }} + key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-tutorials - name: Install pip dependencies if: steps.cache.outputs.cache-hit != 'true' run: |