Skip to content

Commit

Permalink
ci: Remove Copier pin
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Nov 14, 2023
1 parent ffb21a5 commit 1b0008a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'}}
Expand All @@ -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

0 comments on commit 1b0008a

Please sign in to comment.