Skip to content

Commit 905a31a

Browse files
committed
Changed python version and lib being used in workflow
1 parent 4c583f5 commit 905a31a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-azure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ jobs:
168168
- name: Set up Python for Memgraph verification
169169
uses: actions/setup-python@v4
170170
with:
171-
python-version: '3.9'
171+
python-version: '3.13'
172172

173173
- name: Install dependencies for Memgraph verification
174174
run: |
175175
python -m pip install --upgrade pip
176-
pip install python-dotenv mgclient
176+
pip install python-dotenv pymgclient
177177
178178
- name: Export Memgraph connection details
179179
run: |

0 commit comments

Comments
 (0)