Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Nov 13, 2023
1 parent 30b96e8 commit b37d21d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,15 @@ jobs:

- name: Build Cycamore
run: |
python install.py --prefix=/root/.local -j 2 --build-type=Release --core-version 99999.99999
python install.py --prefix=/root/.local --cyclus-root=/root/.local -j 2 --build-type=Release --core-version 99999.99999
- name: Cycamore Unit Tests
run: |
cycamore_unit_tests
- name: Cycamore Python Tests
run: |
cd tests && PYTHONPATH=`python -m site --user-site` python -m pytest
echo $PYTHONPATH
python -c "import sys; print(sys.path)"
echo $LD_LIBRARY_PATH
cd tests && python -m pytest

0 comments on commit b37d21d

Please sign in to comment.