We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382100f commit c065e0dCopy full SHA for c065e0d
.github/workflows/examples-ci.yml
@@ -33,13 +33,9 @@ jobs:
33
34
- name: Download dataset
35
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
40
wget "https://thor.robots.ox.ac.uk/~vgg/data/pets/images.tar.gz" -O "images.tar.gz"
41
tar xf "images.tar.gz""
42
- fi
+
43
44
- name: Run example
45
0 commit comments