Commit a7d94633 authored by Martí Bolívar's avatar Martí Bolívar Committed by Stephanos Ioannidis
Browse files

python-devicetree: CI hotfix



Pin the types-PyYAML version to 6.0.7. Version 6.0.8 is causing CI
errors for other pull requests, so we need this in to get other PRs
moving.

Fixes: #46286

Signed-off-by: default avatarMartí Bolívar <marti.bolivar@nordicsemi.no>
parent 207bd9a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ envlist=py3
deps =
    setuptools-scm
    pytest
    types-PyYAML
    types-PyYAML==6.0.7
    mypy
setenv =
    TOXTEMPDIR={envtmpdir}