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 77c3906 commit 3809c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
git config --global user.name "Your Name"
- name: Create package
run: |
pipx install copier
pipx install pre-commit
pipx install copier --python=python${{ matrix.python }}
pipx install pre-commit --python=python${{ matrix.python }}
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 3809c71

Please sign in to comment.