QubitPi commited on
Commit
e4f6cdb
1 Parent(s): d5d5999

Use latest SDK version

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
  python-version: "3.10"
43
  - name: Load
44
  run: |
45
- pip3 install wilhelm-python-sdk
46
  python3 .github/load.py
47
  env:
48
  NEO4J_URI: ${{ secrets.NEO4J_URI }}
 
42
  python-version: "3.10"
43
  - name: Load
44
  run: |
45
+ pip3 install --upgrade --force-reinstall wilhelm-python-sdk
46
  python3 .github/load.py
47
  env:
48
  NEO4J_URI: ${{ secrets.NEO4J_URI }}