Skip to content

Commit

Permalink
Add Python package installation for node-gyp issue
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchiro committed Dec 3, 2023
1 parent 3009d86 commit b7ffff4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# https://github.com/nodejs/node-gyp/issues/2869
- run: python3 -m pip install packaging
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -78,6 +80,8 @@ jobs:

steps:
- uses: actions/checkout@v4
# https://github.com/nodejs/node-gyp/issues/2869
- run: python3 -m pip install packaging
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

steps:
- uses: actions/checkout@v4
# https://github.com/nodejs/node-gyp/issues/2869
- run: python3 -m pip install packaging
- run: yarn --network-timeout 100000
- uses: cycjimmy/semantic-release-action@8f6ceb9d5aae5578b1dcda6af00008235204e7fa
id: semantic
Expand All @@ -46,6 +48,8 @@ jobs:

steps:
- uses: actions/checkout@v4
# https://github.com/nodejs/node-gyp/issues/2869
- run: python3 -m pip install packaging
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit b7ffff4

Please sign in to comment.