Skip to content

Commit

Permalink
actually 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 3b038e5 commit 381896e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mr_ci_text_spotting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +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 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 381896e

Please sign in to comment.