Skip to content

Commit 625e567

Browse files
committed
Fix cache dependency path again
1 parent 7d3271b commit 625e567

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/test-neureka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
python-version: '3.10'
1616
cache: 'pip'
17-
cache-dependency-path: pulp-nnx/test/requirements.txt pulp-nnx/test/workflow-requirements/requirements-run-pulp-sdk.txt
17+
cache-dependency-path: ['pulp-nnx/test/requirements.txt', 'pulp-nnx/test/workflow-requirements/requirements-run-pulp-sdk.txt']
1818

1919
- name: Restore Cached Gnu Toolchain
2020
uses: actions/cache/restore@v4

.github/workflows/test-neureka_v2.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,12 @@ jobs:
99
with:
1010
path: pulp-nnx
1111

12-
- name: Test paths
13-
run: |
14-
ls -al .
15-
ls -al pulp-nnx
16-
ls -al pulp-nnx/test
17-
ls -al pulp-nnx/test/workflow-requirements
18-
1912
- name: Setup Python
2013
uses: actions/setup-python@v5
2114
with:
2215
python-version: '3.10'
2316
cache: 'pip'
24-
cache-dependency-path: pulp-nnx/test/requirements.txt pulp-nnx/test/workflow-requirements/requirements-run-gvsoc.txt
17+
cache-dependency-path: ['pulp-nnx/test/requirements.txt', 'pulp-nnx/test/workflow-requirements/requirements-run-gvsoc.txt']
2518

2619
- name: Restore Cached Gnu Toolchain
2720
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)