From 808537a8361ed3c5ac77c61dae9670887693b356 Mon Sep 17 00:00:00 2001 From: bennibbelink <79653949+bennibbelink@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:56:34 -0600 Subject: [PATCH] changed PYTHONPATH in build_test.yml workflow remove debugging lines try this pythonpath is parent directory of cyclus debugging workflow more debugging find cyclus directory instead of egg --- .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 1993dd269..e6b63ae93 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -53,5 +53,5 @@ jobs: - name: Cycamore Python Tests run: | - export PYTHONPATH=$(find /root/.local/lib -type d -name 'cyclus-*-*.egg' -print -quit) + export PYTHONPATH=$(find /root/.local/lib -type d -name 'python*.*' -print -quit)/site-packages cd tests && python -m pytest