Skip to content

Commit 3e5714d

Browse files
authored
Merge pull request #7 from hyperloop-cornell/feat/frontend-improvements-1
test: ci cd
2 parents 4f2ecb1 + e21222b commit 3e5714d

3 files changed

Lines changed: 3 additions & 3 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

rpi-hub-server

0 commit comments

Comments
 (0)