mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Add urllib3
to ecosystem tests
This commit is contained in:
parent
2803e6fc5f
commit
976beff1d9
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -705,6 +705,10 @@ jobs:
|
|||
- "uv sync --group all"
|
||||
- "uv lock --upgrade"
|
||||
python: "3.12"
|
||||
- repo: "urllib3/urllib3"
|
||||
commands:
|
||||
- "uv sync"
|
||||
python: "3.12"
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue