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 19cf624 commit 47bfd88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on: ["push", "pull_request"]

jobs:
build:
env:
OMP_NUM_THREADS: 3
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -28,8 +30,6 @@ jobs:
run: |
brew install libomp
pip install annoy==1.16.3
env:
OMP_NUM_THREADS: 3
if: matrix.os == 'macos-latest'

- name: Install dependencies - Windows
Expand Down

0 comments on commit 47bfd88

Please sign in to comment.