Skip to content

Commit

Permalink
trying setting omp num threads to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbomarito committed Sep 23, 2024
1 parent 1f3e49e commit 0272ec4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Set pythonpath
run: |
echo "PYTHONPATH=`pwd`" >> $GITHUB_ENV
echo "OMP_NUM_THREADS=1" >> $GITHUB_ENV
- name: Build bingocpp
run: |
Expand Down

0 comments on commit 0272ec4

Please sign in to comment.