Skip to content

Commit

Permalink
removed debugging statements from ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Mar 20, 2024
1 parent f954183 commit 81bbffc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,10 @@ jobs:
- name: Strip auto package from gitignore so it is included in package
run: |
sed -i '/\/pydra\/tasks\/afni\/auto/d' .gitignore
cat .gitignore
- name: Install task package to calculate post-release tag
run: |
pip install "./related-packages/fileformats" "./related-packages/fileformats-extras" ".[test]"
tree /opt/hostedtoolcache/Python/3.11.8/x64/lib/python3.11/site-packages/pydra/
- name: Generate post-release tag based on Nipype and Nipype2Pydra versions
id: post_release_tag
Expand Down

0 comments on commit 81bbffc

Please sign in to comment.