Skip to content

Commit

Permalink
try installing from wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferjiangkells committed Jun 25, 2024
1 parent 0cc23b9 commit eb7ffe3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
- name: download spacy model
run: |
python -m spacy download en_core_web_md
- name: Download en-core-med7-lg wheel
run: wget -O en_core_med7_lg-any-py3-none-any.whl https://huggingface.co/kormilitzin/en_core_med7_lg/resolve/main/en_core_med7_lg-any-py3-none-any.whl
- name: Install en-core-med7-lg
run: |
pip install --find-links https://huggingface.co/kormilitzin/en_core_med7_lg/resolve/main/en_core_med7_lg-any-py3-none-any.whl
run: pip install en_core_med7_lg-any-py3-none-any.whl
- name: run pytest
run: pytest ./tests/*
- name: Lint with Ruff
Expand Down

0 comments on commit eb7ffe3

Please sign in to comment.