Skip to content

Commit

Permalink
Merge pull request #89 from bioimage-io/biapy-workflow-patch
Browse files Browse the repository at this point in the history
Update BiaPy workflow
  • Loading branch information
danifranco authored Aug 13, 2024
2 parents 680b7ef + 7dfbffa commit 7b94f76
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check_compatibility_biapy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ jobs:
python-version: "3.10"
cache: "pip" # caching pip dependencies
- name: Installing BiaPy dependencies
run: pip install biapy torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cpu timm torchmetrics[image] pytorch-msssim
run: pip install biapy
- name: Installing Pytorch
run: pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cpu
- name: Installing last packages that rely on the Pytorch installation
run: pip install timm torchmetrics[image] pytorch-msssim
- run: python scripts/check_compatibility_biapy.py

0 comments on commit 7b94f76

Please sign in to comment.