From 44b2807354fb427e440f38f9ac50520562d3a31f Mon Sep 17 00:00:00 2001 From: bennibbelink <79653949+bennibbelink@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:04:47 -0600 Subject: [PATCH] find cyclus directory instead of egg --- .github/workflows/build_test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 0535b9246..b0d65e2d3 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -53,8 +53,5 @@ jobs: - name: Cycamore Python Tests run: | - export PYTHONPATH=$(find /root/.local/lib -type d -name 'cyclus-*-*.egg' -print -quit) - echo $PYTHONPATH - ls /root/.local/lib - python -c "import sys; print(sys.path)" + export PYTHONPATH=$(find /root/.local/lib -type d -name cyclus -print -quit) cd tests && python -m pytest