Skip to content

Commit 5f89c63

Browse files
authored
Update config.yml
1 parent cc26e8e commit 5f89c63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- ./venv
3535
key: v1-dependencies-{{ checksum "requirements.txt" }}
3636

37-
-run:
38-
name: examples
39-
command: |
40-
python3 bulk_insert.py -n ./example/Person.csv -n ./example/Country.csv -r ./example/KNOWS.csv -r ./example/VISITED.csv Visits
41-
python3 bulk_insert.py -n ./example2/Robots.csv Robots
37+
- run:
38+
name: examples
39+
command: |
40+
python3 bulk_insert.py -n ./example/Person.csv -n ./example/Country.csv -r ./example/KNOWS.csv -r ./example/VISITED.csv Visits
41+
python3 bulk_insert.py -n ./example2/Robots.csv Robots

0 commit comments

Comments
 (0)