Skip to content

Commit

Permalink
Update download-neo4j.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benstear authored Nov 20, 2023
1 parent e664c38 commit 5452470
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/download-neo4j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,13 @@ jobs:
echo heapsize = $HEAP_SIZE
neo4j-admin import --verbose --nodes=Concept="import/CUIs.csv" --relationships="import/CUI-CUIs.csv" --nodes=Code="import/CODEs.csv" --relationships=CODE="import/CUI-CODEs.csv" --skip-bad-relationships --skip-duplicate-nodes
- name: neo4j commands
- name: neo4j commands # cat /etc/neo4j/neo4j.conf
run: |
cat /etc/neo4j/neo4j.conf
neo4j-admin dbms set-initial-password neo4j2020
neo4j start
python3 test/connect_neo4j.py

Expand Down

0 comments on commit 5452470

Please sign in to comment.