Skip to content

Commit

Permalink
install numpy, openslide, tiffslide after torch
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczmarj committed Jul 10, 2024
1 parent 8bbf938 commit 3339733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ jobs:
- name: Install the wsinfer python package
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install torch torchvision --extra-index-url https://download.pytorch.org/whl/cpu openslide-python tiffslide
python -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
python -m pip install numpy openslide-python tiffslide
python -m pip install .
- name: Run 'wsinfer run' on Unix
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit 3339733

Please sign in to comment.