Skip to content

Commit 273c879

Browse files
committed
Fix Python 3.4 tests on CI
1 parent b537e0f commit 273c879

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

+7
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434

35+
env:
36+
# Run actions/checkout@v3
37+
# /__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /__e/node20/bin/node)
38+
#
39+
# https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
40+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
41+
3542
steps:
3643
- uses: actions/checkout@v3
3744

0 commit comments

Comments
 (0)