Explorar o código

add wheel pip package installation to build script

Jens Keim %!s(int64=6) %!d(string=hai) anos
pai
achega
1fa1233925
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      build.sh

+ 3 - 0
build.sh

@@ -34,6 +34,9 @@ fi
 # Activate the venv
 source .venv/bin/activate
 
+# Install wheel first
+pip3 install wheel
+
 # Install python packages
 pip3 install -r resources/requirements.txt