File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -172,9 +172,6 @@ jobs:
172
172
name : converted-nipype
173
173
path : pydra/tasks/freesurfer/auto
174
174
175
- - name : Show the contents of the auto-generated tasks
176
- run : tree pydra
177
-
178
175
- name : Strip auto package from gitignore so it is included in package
179
176
run : |
180
177
sed -i '/\/pydra\/tasks\/freesurfer\/auto/d' .gitignore
@@ -346,7 +343,7 @@ jobs:
346
343
- name : Generate post-release tag based on Nipype and Nipype2Pydra versions
347
344
id : post_release_tag
348
345
run : |
349
- POST=$(python -c "from pydra.tasks.freesurfer.auto._version import *; print(post_release)")
346
+ POST=$(python -c "from pydra.tasks.freesurfer.auto._post_release import *; print(post_release)")
350
347
echo "TAG=${{ steps.latest_tag.outputs.TAG }}post${POST}" >> $GITHUB_OUTPUT
351
348
352
349
- name : Add auto directory to git repo
You can’t perform that action at this time.
0 commit comments