Skip to content

Commit 56a1f0d

Browse files
committed
fixed strip of auto package from gitignore
1 parent de158be commit 56a1f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146

147147
- name: Strip auto package from gitignore so it is included in package
148148
run: |
149-
sed -i '/\/src\/pydra\/tasks\/afni\/auto/d' .gitignore
149+
sed -i '/\/pydra\/tasks\/afni\/auto/d' .gitignore
150150
151151
- name: Set up Python ${{ matrix.python-version }}
152152
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)