File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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: js
55email: 3105306+timkpaine@users.noreply.github.com
Original file line number Diff line number Diff line change @@ -36,18 +36,15 @@ 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:
You can’t perform that action at this time.
0 commit comments