Skip to content

Commit

Permalink
Fix installation on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Oct 15, 2024
1 parent ef124b8 commit 2ac7a0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Workaround for https://github.com/nodejs/node-gyp/issues/2219#issuecomment-1359162118
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install Node
uses: actions/setup-node@v2
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Workaround for https://github.com/nodejs/node-gyp/issues/2219#issuecomment-1359162118
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install Node
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 2ac7a0f

Please sign in to comment.