Skip to content

Commit 080891e

Browse files
authored
config file errors
1 parent 45fdab4 commit 080891e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
mkdir integration-od
5353
cp -r test/fixtures/integration/tiles integration-od/tiles
5454
cp test/fixtures/integration/portugal-z17.mbtiles integration-od/
55-
label-maker labels -d integration-od -c test/fixtures/integration/config.integration.json
55+
label-maker labels -d integration-od -c test/fixtures/integration/config.integration.object_detection.json
5656
python test/verify-labels-od.py
57-
label-maker package -d integration-od -c test/fixtures/integration/config.integration.json
57+
label-maker package -d integration-od -c test/fixtures/integration/config.integration.object_detection.json
5858
python test/verify-package-od.py
5959
6060
# Retest that `label-maker labels` works, but from outside the module directory

0 commit comments

Comments
 (0)