From af8c62684b6d7c5cbda7da710e1a4714fee44161 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 30 Oct 2025 14:40:04 -0400 Subject: [PATCH] build: Remove edx-name-affirmation from the exception list. This should prevent it from accidentally getting added back to the default build. --- .github/workflows/check_python_dependencies.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/check_python_dependencies.yml b/.github/workflows/check_python_dependencies.yml index f215880f0e..9710fe612b 100644 --- a/.github/workflows/check_python_dependencies.yml +++ b/.github/workflows/check_python_dependencies.yml @@ -32,6 +32,5 @@ jobs: find_python_dependencies \ --req-file requirements/edx/base.txt \ --req-file requirements/edx/testing.txt \ - --ignore https://github.com/edx/edx-name-affirmation \ --ignore https://github.com/mitodl/edx-sga \ --ignore https://github.com/open-craft/xblock-poll