Skip to content

Commit e21222b

Browse files
committed
test
1 parent 9aef63f commit e21222b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/install-python-requirements/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
with:
2424
python-version: ${{ inputs.python_version }}
2525
cache: 'pip'
26-
cache-dependency-path: ${{ inputs.working_directory }}/${{ inputs.requirements_path }}
26+
cache-dependency-path: '${{ inputs.working_directory }}/${{ inputs.requirements_path }}'
2727

2828
- name: Install dependencies
2929
shell: bash

.github/workflows/test-web-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: ${{ inputs.node_version }}
2525
cache: 'npm'
26-
cache-dependency-path: web-client/package-lock.json
26+
cache-dependency-path: 'web-client/package-lock.json'
2727

2828
- name: Install dependencies
2929
shell: bash

0 commit comments

Comments
 (0)