Skip to content

Commit b67c472

Browse files
comment updates
1 parent f69491d commit b67c472

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ jobs:
99
###########################################################################
1010
local:
1111
runs-on: ubuntu-latest
12+
# Dummy key lets the clients authenticate against the local servers.
1213
env:
1314
API_KEY: ci-test-key
1415

1516
steps:
17+
# Optional: cache wheels to speed up numpy / scipy installs
1618
- uses: actions/checkout@v4
1719

1820
- uses: actions/setup-python@v5
@@ -72,6 +74,7 @@ jobs:
7274
python -m pip install --upgrade pip
7375
pip install -r requirements.txt
7476
77+
# We reuse the *same* test-suite; the fixture detects MCP_SERVER_URL
7578
- name: Run pytest (remote smoke)
7679
if: env.SHOULD_RUN_REMOTE == 'true'
7780
run: pytest -q

0 commit comments

Comments
 (0)