diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index ca65f3c5c..3d06aed27 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -45,7 +45,6 @@ jobs: - name: Build Cycamore run: | - pwd python install.py --prefix=/root/.local --cyclus-root=/root/.local -j 2 --build-type=Release --core-version 99999.99999 - name: Cycamore Unit Tests @@ -54,9 +53,8 @@ jobs: - name: Cycamore Python Tests run: | - export PYTHONPATH=$(find /root/.local/lib -type d -name cyclus -print -quit)/.. + export PYTHONPATH=$(find /root/.local/lib -type d -name 'python*.*' -print -quit)/site-packages echo $PYTHONPATH - ls $PYTHONPATH - ls $PYTHONPATH/.. + ls /root/.local/lib python -c "import sys; print(sys.path)" cd tests && python -m pytest