Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Apr 27, 2023
1 parent 1696a97 commit 4fb8cb2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,12 @@ jobs:
if: matrix.os == 'macos-latest'

- name: Install dependencies - Windows
run: |
choco install wget
pip install pybind11
run: choco install wget
if: matrix.os == 'windows-latest'

- name: Build
run: |
pip install -U pip wheel
pip install -U wheel
pip install .[all,dev]
python -c "import nltk; nltk.download('punkt')"
python --version
Expand Down

0 comments on commit 4fb8cb2

Please sign in to comment.