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 15, 2023
1 parent 084b4a2 commit f1d2a6a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/download-neo4j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-tests.txt
- name: Download OSF files
- name: Download OSF files #osf -p 6jtc9 fetch Datasets/Datasets.zip Datasets.zip; unzip Datasets.zip;
run: |
echo 'Downloading OSF data...';
osf -p 6jtc9 fetch Datasets/Datasets.zip Datasets.zip;
osf -p 6jtc9 fetch Datasets/petagraph_v5.zip petagraph_v5.zip;
unzip Datasets.zip; unzip petagraph_v5.zip;
unzip petagraph_v5.zip;
echo 'Finished Downloading and unzipping....';
ls
- name: Test neo4j
run: neo4j start
run: |
chmod 777 -R /;
mv import/*.CSV /var/lib/neo4j/import/;
ls /var/lib/neo4j/import/;
neo4j start

0 comments on commit f1d2a6a

Please sign in to comment.