LT1AB
Ryan Burns 2020-05-02 14:31:16 -07:00
parent f20015e720
commit 35bd54b690
1 changed files with 1 additions and 1 deletions

View File

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