Skip to content

Commit c065e0d

Browse files
authored
ubuntu
1 parent 382100f commit c065e0d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/examples-ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,9 @@ jobs:
3333
3434
- name: Download dataset
3535
run: |
36-
if [ "${{ matrix.os }}" == "windows-latest" ]; then
37-
Invoke-WebRequest -Uri "https://thor.robots.ox.ac.uk/~vgg/data/pets/images.tar.gz" -OutFile "images.tar.gz"
38-
Expand-Archive -Path "images.tar.gz"
39-
else
4036
wget "https://thor.robots.ox.ac.uk/~vgg/data/pets/images.tar.gz" -O "images.tar.gz"
4137
tar xf "images.tar.gz""
42-
fi
38+
4339
4440
- name: Run example
4541
run: |

0 commit comments

Comments
 (0)