Skip to content

Commit

Permalink
fixed up sed in ci-cd to unignore auto directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 20, 2024
1 parent fe34622 commit 5423234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
run: tree ./pydra
- name: Strip auto package from gitignore so it is included in package
run: |
sed -i '/\/src\/pydra\/tasks\/afni\/auto/d' .gitignore
sed -i '/\/pydra\/tasks\/afni\/auto/d' .gitignore
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 5423234

Please sign in to comment.