mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 06:14:04 +02:00
ci: workaround aiodns/pycares compatibility issue (#1351)
Upgrade aiodns after installing dependencies to fix compatibility issue with pycares. See: https://github.com/aio-libs/aiodns/issues/214
This commit is contained in:
parent
94b91a0ddc
commit
ce7dadebdd
1 changed files with 4 additions and 0 deletions
|
|
@ -15,3 +15,7 @@ uv pip install $(python test_dependencies.py)
|
|||
|
||||
# Install the latest mypy-dev (not pinned since old versions get deleted from PyPI)
|
||||
uv pip install --upgrade mypy-dev
|
||||
|
||||
# Workaround for aiodns/pycares compatibility issue
|
||||
# See: https://github.com/aio-libs/aiodns/issues/214
|
||||
uv pip install --upgrade aiodns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue