File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,13 +72,15 @@ test-cpp:
7272test-js :
7373 cd ../python-template-js && git config --global user.name " github-actions" && git config --global user.email " 41898282+github-actions[bot]@users.noreply.github.c@example.com" && git init && git add . && git commit -m " initial commit"
7474 cd ../python-template-js && make develop
75+ cd ../python-template-js && git add js/pnpm-lock.yaml && git commit -m " lockfile"
7576 cd ../python-template-js && make lint
7677 cd ../python-template-js && make checks
7778 cd ../python-template-js && make test
7879
7980test-jupyter :
8081 cd ../python-template-jupyter && git config --global user.name " github-actions" && git config --global user.email " 41898282+github-actions[bot]@users.noreply.github.c@example.com" && git init && git add . && git commit -m " initial commit"
8182 cd ../python-template-jupyter && make develop
83+ cd ../python-template-jupyter && git add js/pnpm-lock.yaml && git commit -m " lockfile"
8284 cd ../python-template-jupyter && make lint
8385 cd ../python-template-jupyter && make checks
8486 cd ../python-template-jupyter && make test
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ publish = false
66
77[lib]
88name = "{{module}}"
9- path = "python/lib.rs"
9+ path = "rust/ python/lib.rs"
1010crate-type = ["cdylib"]
1111
1212[dependencies]
You can’t perform that action at this time.
0 commit comments