Skip to content

Commit 64d0319

Browse files
committed
Fixed removal of lines
1 parent c05daa6 commit 64d0319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-conda-forge-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
repository: stumpy-dev/stumpy
3939
- name: Prevent STUMPY Source Installation
40-
run: sed -i.BAK '/^\[tool\.pixi\.activation/,+2d' pyproject.toml && rm -rf pyproject.toml.BAK
40+
run: sed -i.BAK '/^\[tool\.pixi\.activation/,+4d' pyproject.toml && rm -rf pyproject.toml.BAK
4141
shell: bash
4242
- name: Display PyProject.toml
4343
run: cat pyproject.toml

0 commit comments

Comments
 (0)