1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Switch from ruamel.yaml to pyyaml (#4555)

* Switch from ruamel.yaml to pyyaml

* Use CLoader and CDumper when available
This commit is contained in:
Mike Degatano
2023-09-13 02:57:01 -04:00
committed by GitHub
parent 0225f574be
commit 2c8e6ca0cd
4 changed files with 12 additions and 8 deletions

View File

@@ -112,7 +112,7 @@ jobs:
tag: musllinux_1_2
arch: ${{ matrix.arch }}
wheels-key: ${{ secrets.WHEELS_KEY }}
apk: "libffi-dev;openssl-dev"
apk: "libffi-dev;openssl-dev;yaml-dev"
skip-binary: aiohttp
env-file: true
requirements: "requirements.txt"