File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
tar xzf pydra-tasks-template.tar.gz
26
26
rm pydra-tasks-template.tar.gz
27
27
mv pydra-tasks-template-${LATEST#v} pydra-tasks-template
28
- tar czf /home/runner/ pydra-tasks-template.tar.gz pydra-tasks-template
28
+ tar czf /pydra-tasks-template.tar.gz pydra-tasks-template
29
29
30
30
- uses : actions/upload-artifact@v4
31
31
with :
32
32
name : tasks-template
33
- path : /home/runner/ pydra-tasks-template.tar.gz
33
+ path : /pydra-tasks-template.tar.gz
34
34
35
35
test :
36
36
needs : [download-task-template]
@@ -52,11 +52,11 @@ jobs:
52
52
uses : actions/download-artifact@v4
53
53
with :
54
54
name : tasks-template
55
- path : /home/runner/ pydra-tasks-template.tar.gz
55
+ path : /pydra-tasks-template.tar.gz
56
56
57
57
- name : Extract the pydra-tasks-template
58
58
run : |
59
- pushd /home/runner
59
+ pushd /
60
60
tar xzf pydra-tasks-template.tar.gz
61
61
popd
62
62
97
97
98
98
- name : Pytest
99
99
run : >-
100
- NIPYPE2PYDRA_PYDRA_TASK_TEMPLATE=/home/runner/ pydra-tasks-template
100
+ NIPYPE2PYDRA_PYDRA_TASK_TEMPLATE=/pydra-tasks-template
101
101
pytest -vvs --cov nipype2pydra --cov-config .coveragerc --cov-report xml
102
102
103
103
- name : Upload coverage to Codecov
You can’t perform that action at this time.
0 commit comments