Skip to content

Commit ea0def1

Browse files
authored
Merge pull request #282 from Point72/copier-update-2026-05-31T06-31-10
Update from copier from copier (2026-05-31T06:31:10)
2 parents a8e0dfd + 72f3fc2 commit ea0def1

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: b5fb449
2+
_commit: b8951e0
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: js

.github/workflows/build.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@ permissions:
2727

2828
jobs:
2929
build:
30-
runs-on: ubuntu-latest
30+
runs-on: ${{ matrix.os }}
31+
32+
strategy:
33+
matrix:
34+
os: [ubuntu-latest]
35+
python-version: ["3.11"]
36+
node-version: [22.x]
3137

3238
steps:
3339
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -40,8 +46,7 @@ jobs:
4046
- name: Set up NodeJS
4147
uses: actions-ext/node/setup@main
4248
with:
43-
version: 22.x
44-
pnpm_version: '11'
49+
version: ${{ matrix.node-version }}
4550

4651
- name: Install dependencies
4752
run: make develop

0 commit comments

Comments
 (0)