From 97895297a0040221c7efdd2632dae004885fcbd5 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Apr 2025 05:17:04 +0000 Subject: [PATCH] Update from copier (2025-04-06T05:17:04) --- .copier-answers.yml | 2 +- .github/workflows/build.yml | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 609dc86..f3aedb8 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: '9689455' +_commit: '6957226' _src_path: https://github.com/python-project-templates/base.git add_extension: cpp email: 3105306+timkpaine@users.noreply.github.com diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c364e27..f68d148 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,12 +61,9 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + - uses: actions-ext/python/setup@main with: - python-version: ${{ matrix.python-version }} - cache: 'pip' - cache-dependency-path: 'pyproject.toml' + version: ${{ matrix.python-version }} - name: Install dependencies run: make develop