File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ jobs:
109109
110110
111111 test-quick-dataset-analysis :
112+ needs : common-steps
112113 runs-on : ${{ matrix.os }}
113114 env :
114115 SENTRY_OPT_OUT : True
@@ -117,8 +118,6 @@ jobs:
117118 os : [ubuntu-latest]
118119 python-version : ['3.9']
119120 steps :
120- - uses : common-steps
121-
122121 - name : Download dataset
123122 run : |
124123 wget "https://thor.robots.ox.ac.uk/~vgg/data/pets/images.tar.gz" -O "images.tar.gz"
@@ -135,6 +134,7 @@ jobs:
135134 path : fastdup_work_dir/
136135
137136 test-cleaning-image-dataset :
137+ needs : common-steps
138138 runs-on : ${{ matrix.os }}
139139 env :
140140 SENTRY_OPT_OUT : True
@@ -143,8 +143,6 @@ jobs:
143143 os : [ubuntu-latest]
144144 python-version : ['3.9']
145145 steps :
146- - uses : common-steps
147-
148146 - name : Download dataset
149147 run : |
150148 wget http://data.vision.ee.ethz.ch/cvl/food-101.tar.gz
You can’t perform that action at this time.
0 commit comments