Skip to content

Commit 51e7c98

Browse files
authored
Update run_tests.yml
1 parent a9aeb87 commit 51e7c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install dependencies
1414
run: |-
1515
python -m pip install --upgrade pip
16-
pip install pytest==8.4.1
16+
pip install python-dotenv==0.23.0, httpx==0.28.1, mcp[cli]==1.9.3, pytest==8.4.1
1717
1818
- name: Free space
1919
run: df -h && rm -rf /opt/hostedtoolcache* && df -h

0 commit comments

Comments
 (0)