Skip to content

Commit

Permalink
build: use flit
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Jun 9, 2024
1 parent c405ba2 commit 530c41f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: pip
python-version: "3.x"

- run: pip install -e '.[dev,docs]'
- run: pip install pre-commit

- uses: trim21/actions/pre-commit@master

Expand Down

0 comments on commit 530c41f

Please sign in to comment.