File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ default:
66 @ just --list
77
88py-build :
9- cd crates/ processing_pyo3 && uv run maturin develop --release
9+ cd crates/ processing_pyo3; uv run maturin develop --release
1010
1111py-run file : py-build
12- cd crates/ processing_pyo3 && uv run python ./ examples/ {{ file}}
12+ cd crates/ processing_pyo3; uv run python ./ examples/ {{ file}}
1313
1414py-jupyter file : py-build
15- cd crates/ processing_pyo3 && uv run jupyter notebook ./ examples/ {{ file}}
15+ cd crates/ processing_pyo3; uv run jupyter notebook ./ examples/ {{ file}}
1616
1717py-ipython : py-build
18- cd crates/ processing_pyo3 && ipython
18+ cd crates/ processing_pyo3; ipython
1919
2020wasm-build :
2121 wasm-pack build crates/ processing_wasm --target web --out-dir ../ ../ target/ wasm
You can’t perform that action at this time.
0 commit comments