Skip to content

Commit

Permalink
Force ipywidgets install on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Yard1 committed Nov 15, 2021
1 parent 1a4e484 commit bf11adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
pip install -r requirements.txt
pip install -r requirements-optional.txt
pip install -r requirements-test.txt
pip install ipywidgets
pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0-py3-none-any.whl
- name: Remove tests
run: |
Expand Down

0 comments on commit bf11adb

Please sign in to comment.