andreped commited on
Commit
c70ef53
1 Parent(s): 335ec4d

python -m wget after pip install

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +1 -1
.github/workflows/build.yml CHANGED
@@ -62,7 +62,7 @@ jobs:
62
  pip install --upgrade --no-cache-dir wget
63
  mkdir samples
64
  cd samples
65
- wget https://github.com/VemundFredriksen/LungTumorMask/releases/download/0.0.1/lung_001.nii.gz
66
 
67
  - name: Test CLI
68
  run: lungtumormask --help
 
62
  pip install --upgrade --no-cache-dir wget
63
  mkdir samples
64
  cd samples
65
+ python -m wget https://github.com/VemundFredriksen/LungTumorMask/releases/download/0.0.1/lung_001.nii.gz
66
 
67
  - name: Test CLI
68
  run: lungtumormask --help