We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f598fc commit 9789529Copy full SHA for 9789529
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: '9689455'
+_commit: '6957226'
3
_src_path: https://github.com/python-project-templates/base.git
4
add_extension: cpp
5
email: [email protected]
.github/workflows/build.yml
@@ -61,12 +61,9 @@ jobs:
61
steps:
62
- uses: actions/checkout@v4
63
64
- - name: Set up Python ${{ matrix.python-version }}
65
- uses: actions/setup-python@v5
+ - uses: actions-ext/python/setup@main
66
with:
67
- python-version: ${{ matrix.python-version }}
68
- cache: 'pip'
69
- cache-dependency-path: 'pyproject.toml'
+ version: ${{ matrix.python-version }}
70
71
- name: Install dependencies
72
run: make develop
0 commit comments