From 1b0008aa570629df651e87609a7ed51a25fe6de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Tue, 14 Nov 2023 11:11:50 +0100 Subject: [PATCH] ci: Remove Copier pin --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 313e656..40d5729 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,6 @@ jobs: - "3.10" - "3.11" - "3.12" - copier-version: - - "8.0.0" runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.os == 'windows-latest' || matrix.python-version == '3.12'}} @@ -56,7 +54,7 @@ jobs: pdm config python.use_venv false - name: Set up the project - run: pip install copier==${{ matrix.copier-version }} + run: pip install copier - name: Run the test suite run: make test