QubitPi commited on
Commit
279c0fc
1 Parent(s): 8ce7d2e

Load Latin & AG

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-cd.yaml +1 -1
.github/workflows/ci-cd.yaml CHANGED
@@ -42,7 +42,7 @@ jobs:
42
  - name: Cleanup
43
  run: |
44
  pip3 install --upgrade --force-reinstall wilhelm-python-sdk
45
- python3 .github/clean_up_neo4j.py
46
  env:
47
  NEO4J_URI: ${{ secrets.NEO4J_URI }}
48
  NEO4J_DATABASE: ${{ secrets.NEO4J_DATABASE }}
 
42
  - name: Cleanup
43
  run: |
44
  pip3 install --upgrade --force-reinstall wilhelm-python-sdk
45
+ python3 .github/cleanup_neo4j.py
46
  env:
47
  NEO4J_URI: ${{ secrets.NEO4J_URI }}
48
  NEO4J_DATABASE: ${{ secrets.NEO4J_DATABASE }}