Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Sep 5, 2024
1 parent 2962b94 commit a0464ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
run: |
source ~/env/bin/activate
CMAKE_ARGS="-DARB_VECTORIZE=ON -DARB_ARCH=native" pip -vvv install .
- name: Show installation
run: |
~/env/lib/python3.12/site-packages/arbor/lib/cmake/
- name: Check that build flags match
run: |
source ~/env/bin/activate
Expand Down

0 comments on commit a0464ec

Please sign in to comment.