From 9574c75271bc16f864c78e0b892510cbe9042227 Mon Sep 17 00:00:00 2001 From: Brian White Date: Fri, 3 May 2024 00:44:09 -0400 Subject: [PATCH] ci: disable pip version check on macOS This avoids "error" annotations. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39efbde..cdd749b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,8 @@ jobs: fail-fast: false matrix: node-version: [16.x, 18.x, 20.x, 22.x] + env: + PIP_DISABLE_PIP_VERSION_CHECK: 1 steps: - uses: actions/checkout@v4 with: