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 5f89c63 commit f9d42daCopy full SHA for f9d42da
.circleci/config.yml
@@ -37,5 +37,6 @@ jobs:
37
- run:
38
name: examples
39
command: |
40
+ . venv/bin/activate
41
python3 bulk_insert.py -n ./example/Person.csv -n ./example/Country.csv -r ./example/KNOWS.csv -r ./example/VISITED.csv Visits
42
python3 bulk_insert.py -n ./example2/Robots.csv Robots
0 commit comments