Skip to content

Commit

Permalink
limit numpy thread
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxuanzhuang committed May 1, 2024
1 parent 45fb664 commit 97df4a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ jobs:
micromamba list
pip list
- name: Limit NumPy threads
run: |
echo "OPENBLAS_NUM_THREADS=1" >> $GITHUB_ENV
echo "GOTO_NUM_THREADS=1" >> $GITHUB_ENV
echo "OMP_NUM_THREADS=1" >> $GITHUB_ENV
- name: run_tests
if: contains(matrix.name, 'asv_check') != true
run: |
Expand Down

0 comments on commit 97df4a4

Please sign in to comment.