Skip to content

Commit c7c1d5b

Browse files
authored
Add Node.js setup and install pytest-mcp
Signed-off-by: Jos Verlinde <jos_verlinde@hotmail.com>
1 parent 12903e1 commit c7c1d5b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,13 @@ jobs:
2929
uses: astral-sh/setup-uv@v6
3030
with:
3131
version: "latest"
32+
33+
- name: Set up Node.js
34+
uses: actions/setup-node@v4
35+
with:
36+
node-version: "20"
37+
cache: "npm"
38+
39+
- name: install Pytest-mcp
40+
# https://github.com/tosin2013/pytest-mcp-server
41+
run: npm install -g pytest-mcp-server

0 commit comments

Comments
 (0)