Skip to content

Commit

Permalink
Merge pull request #357 from julianhille/feature/fix-node-gyp-build-i…
Browse files Browse the repository at this point in the history
…ssues

Update github actions to build with specific python version
  • Loading branch information
julianhille authored Nov 25, 2023
2 parents 1594976 + 041226b commit efcd2de
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
Expand Down Expand Up @@ -336,9 +339,6 @@ jobs:
- python_version: "3.10"
- node: 15.7.0
python_version: "3.6"
- node: 15.7.0
python_version: "2"
os: macos-11
- node: 16.11.1
python_version: "3.6"
- architecture: ia32
Expand All @@ -364,6 +364,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
Expand Down

0 comments on commit efcd2de

Please sign in to comment.