Skip to content

Commit 9789529

Browse files
Update from copier (2025-04-06T05:17:04)
1 parent 3f598fc commit 9789529

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
add_extension: cpp
55

.github/workflows/build.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,9 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v4
6363

64-
- name: Set up Python ${{ matrix.python-version }}
65-
uses: actions/setup-python@v5
64+
- uses: actions-ext/python/setup@main
6665
with:
67-
python-version: ${{ matrix.python-version }}
68-
cache: 'pip'
69-
cache-dependency-path: 'pyproject.toml'
66+
version: ${{ matrix.python-version }}
7067

7168
- name: Install dependencies
7269
run: make develop

0 commit comments

Comments
 (0)