From ee3f09279c97c1a7a4148e278097e0e246d4a765 Mon Sep 17 00:00:00 2001 From: Frank Chen Date: Wed, 22 Apr 2026 09:27:15 -0700 Subject: [PATCH] remove unnecessary dependencies on yaml --- .github/workflows/update-sam-template.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/update-sam-template.yml b/.github/workflows/update-sam-template.yml index 6b4f2395..abc03d4f 100644 --- a/.github/workflows/update-sam-template.yml +++ b/.github/workflows/update-sam-template.yml @@ -26,9 +26,6 @@ jobs: with: python-version: "3.13" - - name: Install PyYAML - run: pip install PyYAML - - name: Generate SAM template run: python examples/scripts/generate_sam_template.py