Skip to content

Commit

Permalink
Change build to only limit torch==1.11.0 for macOS #300
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Aug 6, 2022
1 parent 6efe6d8 commit a218ef2
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 @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies - MacOS
run: |
brew install libomp
pip install annoy==1.16.3
pip install annoy==1.16.3 torch==1.11.0
if: matrix.os == 'macos-latest'

- name: Install dependencies - Windows
Expand All @@ -38,7 +38,7 @@ jobs:
run: |
pip install -U pip
pip install -U wheel coverage coveralls
pip install .[all] torch==1.11.0
pip install .[all]
python -c "import nltk; nltk.download('punkt')"
python --version
make data coverage
Expand Down

0 comments on commit a218ef2

Please sign in to comment.