Skip to content

Commit

Permalink
dev(ci): add --break-system-packages to pip install
Browse files Browse the repository at this point in the history
Partially resolves vercel#8025
  • Loading branch information
corneliusroemer committed Aug 24, 2024
1 parent 2a7bb18 commit c20cc84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defaults:
run:
shell: bash
env:
NODE_VERSION: 18.x
NODE_VERSION: 20.x
jobs:
build:
runs-on: ${{matrix.os}}
Expand All @@ -28,7 +28,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Fix node-gyp and Python
run: python3 -m pip install packaging setuptools
run: pip install --break-system-packages packaging setuptools
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit c20cc84

Please sign in to comment.