Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Jan 25, 2024
1 parent 76ce152 commit 4ab56e4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 4ab56e4

Please sign in to comment.