From c836ba17c63b2957f7a0e186cf233d46faf15bcc Mon Sep 17 00:00:00 2001 From: Ben Nibbelink Date: Sun, 12 Nov 2023 19:05:51 -0600 Subject: [PATCH] find from /root/.local/lib --- .github/workflows/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index d7d5ba7de..576b04ba3 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -51,7 +51,7 @@ jobs: - name: Cycamore Python Tests run: | - export PYTHONPATH=$(find $(python -m site --user-site) -type d -name 'cyclus-*' -print -quit) + export PYTHONPATH=$(find /root/.local/lib -type d -name 'cyclus-*' -print -quit) echo $PYTHONPATH python -c "import sys; print(sys.path)" echo $LD_LIBRARY_PATH