Skip to content

Commit

Permalink
add install build dependencies in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaavedr committed Oct 25, 2024
1 parent 0219115 commit d738d71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install build dependencies
run: python -m pip install hatchling
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d738d71

Please sign in to comment.