Skip to content

Commit 382100f

Browse files
authored
update
1 parent e2d7bcb commit 382100f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
run: |
3636
if [ "${{ matrix.os }}" == "windows-latest" ]; then
3737
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" -DestinationPath "path/to/dataset"
38+
Expand-Archive -Path "images.tar.gz"
3939
else
4040
wget "https://thor.robots.ox.ac.uk/~vgg/data/pets/images.tar.gz" -O "images.tar.gz"
41-
tar xf "images.tar.gz" -C "path/to/dataset"
41+
tar xf "images.tar.gz""
4242
fi
4343
4444
- name: Run example

0 commit comments

Comments
 (0)