Skip to content

Commit eebc2e3

Browse files
committed
Fix E2E workflow env context
1 parent cd77498 commit eebc2e3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
matrix:
1717
python-version: ["3.13", "3.14"]
1818

19-
env:
20-
HOME: ${{ runner.temp }}/mcp-python-docs-home
21-
XDG_CACHE_HOME: ${{ runner.temp }}/mcp-python-docs-cache
22-
2319
steps:
2420
- uses: actions/checkout@v4
2521

@@ -40,6 +36,9 @@ jobs:
4036
.e2e-venv/bin/mcp-server-python-docs --version
4137
4238
- name: Build and validate full docs index
39+
env:
40+
HOME: ${{ runner.temp }}/mcp-python-docs-home
41+
XDG_CACHE_HOME: ${{ runner.temp }}/mcp-python-docs-cache
4342
run: |
4443
set -o pipefail
4544
.e2e-venv/bin/mcp-server-python-docs build-index --versions 3.10,3.11,3.12,3.13,3.14 \

0 commit comments

Comments
 (0)