Skip to content

Commit 9574c75

Browse files
committed
ci: disable pip version check on macOS
This avoids "error" annotations.
1 parent 76160ec commit 9574c75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
node-version: [16.x, 18.x, 20.x, 22.x]
35+
env:
36+
PIP_DISABLE_PIP_VERSION_CHECK: 1
3537
steps:
3638
- uses: actions/checkout@v4
3739
with:

0 commit comments

Comments
 (0)