Skip to content

Commit

Permalink
ci downgrade typing_extensions to 4.5.0, see explosion/spaCy#12659
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Martinović committed May 23, 2023
1 parent 366689b commit c4d1f2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
command: pip install loanpy
- run:
name: download spacy word vector model
command: python3 -m spacy download de_core_news_lg
command: |
pip install typing-extensions==4.5.0
python3 -m spacy download de_core_news_lg
- run:
name: shorten raw input
command: >
Expand Down

0 comments on commit c4d1f2e

Please sign in to comment.