Skip to content

Commit

Permalink
Swapped gdown with wget for test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped authored Sep 23, 2023
1 parent 8676635 commit 335ec4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:

- name: Download test data
run: |
pip install --upgrade --no-cache-dir gdown
pip install --upgrade --no-cache-dir wget
mkdir samples
cd samples
gdown --no-cookies https://drive.google.com/uc?id=1EBU130MSupgrux-VXz2i1tY2P6kKng5w
wget https://github.com/VemundFredriksen/LungTumorMask/releases/download/0.0.1/lung_001.nii.gz
- name: Test CLI
run: lungtumormask --help
Expand Down

0 comments on commit 335ec4d

Please sign in to comment.