From 801d7733fbb806005207806845efe1dab636360d Mon Sep 17 00:00:00 2001 From: Jeff Raymakers Date: Wed, 19 Jun 2024 14:13:02 -0700 Subject: [PATCH] remove pycparserext --- .github/workflows/NodeJS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/NodeJS.yml b/.github/workflows/NodeJS.yml index a5f959ac..b98de958 100644 --- a/.github/workflows/NodeJS.yml +++ b/.github/workflows/NodeJS.yml @@ -76,7 +76,7 @@ jobs: # fetch-depth: 0 - name: Install Python dependencies - run: pip install pycparser pycparserext + run: pip install pycparser - name: Install NPM dependencies & build Node bindings run: npm i