mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Depend on Pillow instead of types-Pillow (#11720)
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -123,9 +123,7 @@ jobs:
|
||||
if [ -n "$DEPENDENCIES" ]; then
|
||||
source .venv/bin/activate
|
||||
echo "Installing packages: $DEPENDENCIES"
|
||||
# https://github.com/python/typeshed/issues/11688
|
||||
echo "Pillow<10.3" > constraints.txt
|
||||
uv pip install -c constraints.txt $DEPENDENCIES
|
||||
uv pip install $DEPENDENCIES
|
||||
fi
|
||||
- name: Activate the isolated venv for the rest of the job
|
||||
run: echo "$PWD/.venv/bin" >> $GITHUB_PATH
|
||||
|
||||
Reference in New Issue
Block a user