|
@@ -48,9 +48,10 @@ jobs:
|
|
if: steps.changes.outputs.api_docs == 'true'
|
|
if: steps.changes.outputs.api_docs == 'true'
|
|
with:
|
|
with:
|
|
path: ${{ steps.pip.outputs.pip-cache-dir }}
|
|
path: ${{ steps.pip.outputs.pip-cache-dir }}
|
|
- key: ${{ runner.os }}-py${{ steps.python-version.outputs.python-version }}-pip${{ steps.pip.outputs.pip-version }}-${{ hashFiles('**/requirements-*.txt') }}
|
|
|
|
|
|
+ key: |
|
|
|
|
+ ${{ runner.os }}-py${{ steps.python-version.outputs.python-version }}-pip${{ steps.pip.outputs.pip-version }}-${{ secrets.PIP_CACHE_VERSION }}-${{ hashFiles('requirements-*.txt', '!requirements-pre-commit.txt') }}
|
|
restore-keys: |
|
|
restore-keys: |
|
|
- ${{ runner.os }}-py${{ steps.python-version.outputs.python-version }}-pip${{ steps.pip.outputs.pip-version }}
|
|
|
|
|
|
+ ${{ runner.os }}-py${{ steps.python-version.outputs.python-version }}-pip${{ steps.pip.outputs.pip-version }}-${{ secrets.PIP_CACHE_VERSION }}
|
|
|
|
|
|
- name: Setup sentry python env
|
|
- name: Setup sentry python env
|
|
uses: ./.github/actions/setup-sentry
|
|
uses: ./.github/actions/setup-sentry
|