build(Build-on-Ubuntu-fuix): hopefully fixed build error for Ubuntu builds
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
628ba898c9
commit
e51463a6cc
@ -10,13 +10,13 @@ set -e
|
||||
# Update cache
|
||||
apt update
|
||||
# Install requirements
|
||||
apt install -y git python3.10-venv libopenblas-dev python3-pip libfftw3-dev libusb-1.0-0-dev libpulse-dev python3-build
|
||||
apt install -y git python3.10-virtualenv libopenblas-dev python3-pip libfftw3-dev libusb-1.0-0-dev libpulse-dev python3-build
|
||||
# Build
|
||||
git submodule update --init --recursive
|
||||
python3 -m build
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install pytest
|
||||
pip install build pytest
|
||||
python3 -m build
|
||||
pip install dist/lasp-*linux_x86_64.whl
|
||||
# Test
|
||||
pytest
|
||||
|
Loading…
Reference in New Issue
Block a user