Skip to content

Commit

Permalink
changed PYTHONPATH in build_test.yml workflow
Browse files Browse the repository at this point in the history
remove debugging lines

try this

pythonpath is parent directory of cyclus

debugging workflow

more debugging

find cyclus directory instead of egg
  • Loading branch information
bennibbelink committed Jan 25, 2024
1 parent 810840c commit 808537a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 808537a

Please sign in to comment.