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: