From 41ad5340058cb8cd6b4ed9912712e1bdaa687344 Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Wed, 19 Nov 2025 15:13:23 -0800 Subject: [PATCH] chore: fix macOS build --- pipeline.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pipeline.yml b/pipeline.yml index 8c55619..8cc289c 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -43,8 +43,6 @@ extends: - 22.x testSteps: - # https://github.com/nodejs/node-gyp/issues/2869 - - script: python3 -m pip install setuptools - script: npm ci displayName: Install dependencies