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