Skip to content

Commit 9f7acc4

Browse files
committed
Added uv to workflow
1 parent 6afc5c8 commit 9f7acc4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-memory.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ jobs:
3535

3636
- uses: actions/checkout@v4
3737

38-
- name: "Set up Python"
38+
- name: Install uv
39+
uses: astral-sh/setup-uv@v5
40+
41+
- name: "Set up Python"q
3942
uses: actions/setup-python@v5
4043
with:
4144
python-version-file: "servers/mcp-neo4j-memory/pyproject.toml"

0 commit comments

Comments
 (0)