Skip to content

Commit

Permalink
Fix CI : regain compatibility with node16 for the CI (#798)
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo KULESZA <[email protected]>
  • Loading branch information
HugoKulesza committed Jul 16, 2024
1 parent 77a011e commit 6280661
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
name: Build linux ${{ matrix.python.name }} wheel
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux2014_x86_64:2024-07-01-8dac23b
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
strategy:
matrix:
python:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
name: Build linux ${{ matrix.python.name }} wheel
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux2014_x86_64:2024-07-01-8dac23b
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
strategy:
matrix:
python:
Expand Down

0 comments on commit 6280661

Please sign in to comment.