From 914ce34521a22f11668604d7ff88a17ac16c5842 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 26 Aug 2025 07:52:55 -0500 Subject: [PATCH] ci: Update for new ruamel.yaml API The old `safe_load` and similar PyYAML compatibility functions have been removed from recent(-ish) versions of _ruamel.yaml_. --- ci/build.sh | 5 +++-- ci/podTemplate.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ci/build.sh b/ci/build.sh index 2ba3c1e..d51fa89 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -1,9 +1,10 @@ python3 -m pip install --user ruamel.yaml python3 /dev/fd/3 < songquotes.yml > public/songquotes.json 3<