Skip to content

Commit

Permalink
fix install for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-97 committed Oct 24, 2024
1 parent ed3b5ad commit 3b038e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mr_ci_text_spotting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install wheel ninja
python -m pip install numpy=1.26.4 torch==2.2.2 torchvision==0.17.2 -f https://download.pytorch.org/whl/torch_stable.html
python -m pip install ".[dev, text]" # all dependencies
python -m pip install pytest-cov
Expand Down

0 comments on commit 3b038e5

Please sign in to comment.