Skip to content

Commit 42d8075

Browse files
author
Sundar Raghavan
committed
chore: exclude integration testing workflow changes
1 parent 9bace87 commit 42d8075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Install dependencies
131131
run: |
132132
pip install -e .
133-
pip install --no-cache-dir pytest requests strands-agents uvicorn httpx starlette websockets
133+
pip install --no-cache-dir pytest requests strands-agents uvicorn httpx starlette
134134
135135
- name: Run integration tests
136136
env:

0 commit comments

Comments
 (0)