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 e251178 commit 65b7d6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/download-neo4j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ 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 # cat /etc/neo4j/neo4j.conf
- name: neo4j commands # cat /etc/neo4j/neo4j.conf, neo4j-admin dbms set-initial-password neo4j2020
run: |
neo4j-admin dbms set-initial-password neo4j2020
neo4j start
python3 test/connect_neo4j.py
Expand Down

0 comments on commit 65b7d6e

Please sign in to comment.