Use python module dir
parent
9f3ed02c89
commit
dcb46f96e9
|
@ -34,7 +34,7 @@ jobs:
|
||||||
. /opt/conda/bin/activate root
|
. /opt/conda/bin/activate root
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake .. -DPYTHON_MODULE_DIR=$(python3 -c "import site; print(site.getsitepackages()[0])")
|
||||||
make install
|
make install
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Reference in New Issue