From 352750069c9ad049cd65721aabf8a4b157ab8b69 Mon Sep 17 00:00:00 2001 From: The many faced demon <154847721+themanyfaceddemon@users.noreply.github.com> Date: Thu, 27 Jun 2024 02:43:27 +0300 Subject: [PATCH] fix auto update error 3 --- .github/workflows/auto-cl-update-atd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-cl-update-atd.yml b/.github/workflows/auto-cl-update-atd.yml index d4b55f7cfc0..c52b1db4630 100644 --- a/.github/workflows/auto-cl-update-atd.yml +++ b/.github/workflows/auto-cl-update-atd.yml @@ -24,7 +24,7 @@ jobs: python-version: '3.x' - name: Install requirements - run: pip install requests yaml + run: pip install requests pyyaml - name: Get PR Information id: pr_info