Skip to content

Commit

Permalink
ci: disable pip version check on macOS
Browse files Browse the repository at this point in the history
This avoids "error" annotations.
  • Loading branch information
mscdex committed May 3, 2024
1 parent 76160ec commit 9574c75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9574c75

Please sign in to comment.