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 c065e0d commit 44e1600Copy full SHA for 44e1600
.github/workflows/examples-ci.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Download dataset
35
run: |
36
wget "https://thor.robots.ox.ac.uk/~vgg/data/pets/images.tar.gz" -O "images.tar.gz"
37
- tar xf "images.tar.gz""
+ tar xf "images.tar.gz"
38
39
40
- name: Run example
0 commit comments