We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05daa6 commit 64d0319Copy full SHA for 64d0319
1 file changed
.github/workflows/check-conda-forge-actions.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
repository: stumpy-dev/stumpy
39
- name: Prevent STUMPY Source Installation
40
- run: sed -i.BAK '/^\[tool\.pixi\.activation/,+2d' pyproject.toml && rm -rf pyproject.toml.BAK
+ run: sed -i.BAK '/^\[tool\.pixi\.activation/,+4d' pyproject.toml && rm -rf pyproject.toml.BAK
41
shell: bash
42
- name: Display PyProject.toml
43
run: cat pyproject.toml
0 commit comments