Skip to content

Commit

Permalink
[feature/CI_setup] tracking down CI test failures that I can't reprod…
Browse files Browse the repository at this point in the history
…uce locally (turning off omp)
  • Loading branch information
jamesETsmith committed Jun 7, 2024
1 parent 34f8da0 commit d0a0786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --parallel

- name: Test C++
run: ctest --test-dir build --verbose --parallel
run: OMP_NUM_THREADS=1 ctest --test-dir build --verbose

# - name: Test Python
# run: PYTHONPATH=build:$PYTHONPATH pytest -v test

0 comments on commit d0a0786

Please sign in to comment.