Browse Source

fix(ci): include workdir to cache-dependency-path in setup-sentry (#36718)

josh 2 years ago
parent
commit
9814d54d84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/actions/setup-sentry/action.yml

+ 1 - 1
.github/actions/setup-sentry/action.yml

@@ -104,7 +104,7 @@ runs:
       with:
         python-version: ${{ inputs.python-version }}
         cache: pip
-        cache-dependency-path: requirements-dev-frozen.txt
+        cache-dependency-path: ${{ inputs.workdir }}/requirements-dev-frozen.txt
 
     - name: Install system dependencies
       shell: bash