Skip to content

Commit

Permalink
Update petagraph_qc_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benstear authored Nov 14, 2023
1 parent e639e69 commit 8970824
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/petagraph_qc_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-tests.txt
echo 'Downloading OSF data...';
osf -p 6jtc9 fetch Datasets/Datasets.zip Datasets.zip;
echo 'Finished Download....';
ls;
echo 'Unzipping...';
unzip Datasets.zip;
echo '--------------------'
ls Datasets
- shell: bash
env:
NEO4J_PASSWORD: ${{ secrets.NEO4J_TAYLORLAB_PASSWORD }}
Expand Down

0 comments on commit 8970824

Please sign in to comment.