Skip to content

Commit 7f7e5b6

Browse files
committed
ci: add urllib3 to e2e test workflow
1 parent 67157dc commit 7f7e5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
max-parallel: 6
2424
matrix:
25-
library: [flask, fastapi, django, redis, requests, httpx, psycopg, psycopg2]
25+
library: [flask, fastapi, django, redis, requests, httpx, psycopg, psycopg2, urllib3]
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v4

0 commit comments

Comments
 (0)