Skip to content

Commit

Permalink
[FIX] use pip for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Daemo00 committed Apr 11, 2024
1 parent 3809c71 commit 5f95f89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
git config --global user.name "Your Name"
- name: Create package
run: |
pipx install copier --python=python${{ matrix.python }}
pipx install pre-commit --python=python${{ matrix.python }}
pip --version
pipx install copier
pipx install pre-commit
copier copy --trust --force --defaults --data="package_name=MyPackage" . MyPackage
- name: Check pre-commit for MyPackage
run: cd MyPackage && pre-commit run --all-files
Expand Down

0 comments on commit 5f95f89

Please sign in to comment.