Use python module dir

LT1AB
Ryan Burns 2020-05-02 13:13:43 -07:00
parent 9f3ed02c89
commit dcb46f96e9
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
. /opt/conda/bin/activate root
mkdir build
cd build
cmake ..
cmake .. -DPYTHON_MODULE_DIR=$(python3 -c "import site; print(site.getsitepackages()[0])")
make install
- run: