File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : ' 9689455 '
2+ _commit : ' 6957226 '
33_src_path : https://github.com/python-project-templates/base.git
44add_extension : jupyter
55email : 3105306+timkpaine@users.noreply.github.com
Original file line number Diff line number Diff line change @@ -36,24 +36,21 @@ jobs:
3636 steps :
3737 - uses : actions/checkout@v4
3838
39- - name : Set up Python ${{ matrix.python-version }}
40- uses : actions/setup-python@v5
39+ - uses : actions-ext/python/setup@main
4140 with :
42- python-version : ${{ matrix.python-version }}
43- cache : ' pip'
44- cache-dependency-path : ' pyproject.toml'
41+ version : ${{ matrix.python-version }}
4542
4643 - name : Use Node.js ${{ matrix.node-version }}
4744 uses : actions/setup-node@v4
4845 with :
4946 node-version : ${{ matrix.node-version }}
50-
47+
5148 - name : Install pnpm
5249 uses : pnpm/action-setup@v4
5350 with :
5451 version : 9
5552 package_json_file : js/package.json
56-
53+
5754 - name : Install dependencies
5855 run : make develop
5956
You can’t perform that action at this time.
0 commit comments