Skip to content

Commit

Permalink
Test torch==1.12.1 with OMP_NUM_THREADS=3 #300
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Aug 5, 2022
1 parent 9b28b7a commit 19cf624
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
run: |
brew install libomp
pip install annoy==1.16.3
env: OMP_NUM_THREADS: 3
env:
OMP_NUM_THREADS: 3
if: matrix.os == 'macos-latest'

- name: Install dependencies - Windows
Expand Down

0 comments on commit 19cf624

Please sign in to comment.