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 cc26e8e commit 5f89c63Copy full SHA for 5f89c63
.circleci/config.yml
@@ -34,8 +34,8 @@ jobs:
34
- ./venv
35
key: v1-dependencies-{{ checksum "requirements.txt" }}
36
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
+ - run:
+ name: examples
+ command: |
+ python3 bulk_insert.py -n ./example/Person.csv -n ./example/Country.csv -r ./example/KNOWS.csv -r ./example/VISITED.csv Visits
+ python3 bulk_insert.py -n ./example2/Robots.csv Robots
0 commit comments