Skip to content
Snippets Groups Projects
Commit 91a4d5ff authored by thomaswoehlke's avatar thomaswoehlke
Browse files

work

parent 5de7e540
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,8 @@ function pip_install() {
}
function pip_install_via_setup_py() {
# pip install -e . --compile --force-reinstall --progress-bar pretty --log logfile5.txt
pip install -e . --compile --progress-bar pretty --log logfile5.txt
pip install -e . --compile --force-reinstall --progress-bar pretty --log logfile5.txt
# pip install -e . --compile --progress-bar pretty --log logfile5.txt
}
function build_wheel() {
......@@ -36,7 +36,7 @@ function main() {
pip_compile
pip_install
pip_install_via_setup_py
#build_wheel
build_wheel
}
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