1 parent 9aef63f commit e21222bCopy full SHA for e21222b
2 files changed
.github/actions/install-python-requirements/action.yml
@@ -23,7 +23,7 @@ runs:
23
with:
24
python-version: ${{ inputs.python_version }}
25
cache: 'pip'
26
- cache-dependency-path: ${{ inputs.working_directory }}/${{ inputs.requirements_path }}
+ cache-dependency-path: '${{ inputs.working_directory }}/${{ inputs.requirements_path }}'
27
28
- name: Install dependencies
29
shell: bash
.github/workflows/test-web-client.yml
@@ -23,7 +23,7 @@ jobs:
node-version: ${{ inputs.node_version }}
cache: 'npm'
- cache-dependency-path: web-client/package-lock.json
+ cache-dependency-path: 'web-client/package-lock.json'
0 commit comments