Skip to content

Commit

Permalink
Merge pull request #1103 from mglisse/node16
Browse files Browse the repository at this point in the history
Allow node16 in github action
  • Loading branch information
mglisse authored Jul 5, 2024
2 parents 18a842d + 2e5448d commit 5fd2be9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pip-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: pip build linux

on: [push, pull_request]

# Temporary workaround to allow node16
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
build:
name: build pip wheel
Expand Down Expand Up @@ -36,4 +40,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: linux python wheel
path: build_39/src/python/wheelhouse/*.whl
path: build_39/src/python/wheelhouse/*.whl

0 comments on commit 5fd2be9

Please sign in to comment.