Skip to content
Snippets Groups Projects
Commit 601995f5 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

updated data

parent 5765c8e4
No related branches found
No related tags found
No related merge requests found
...@@ -39,12 +39,17 @@ function build_wheel() { ...@@ -39,12 +39,17 @@ function build_wheel() {
pip check pip check
} }
function npm_install() {
npm install
}
function main() { function main() {
# setup_venv # setup_venv
pip_compile pip_compile
pip_install pip_install
pip_install_via_setup_py pip_install_via_setup_py
#build_wheel build_wheel
npm_install
} }
main main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment