We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bace87 commit 42d8075Copy full SHA for 42d8075
.github/workflows/integration-testing.yml
@@ -130,7 +130,7 @@ jobs:
130
- name: Install dependencies
131
run: |
132
pip install -e .
133
- pip install --no-cache-dir pytest requests strands-agents uvicorn httpx starlette websockets
+ pip install --no-cache-dir pytest requests strands-agents uvicorn httpx starlette
134
135
- name: Run integration tests
136
env:
0 commit comments