Skip to content

Commit

Permalink
chore: install precommit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
callumtilbury authored Feb 29, 2024
1 parent b691c30 commit a08daff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "${{ matrix.python-version }}"
#- name: Install python dependencies 🔧 Unnecessary for now
# run: pip install -e .
- name: Install pre-commit dependencies 🔧
run: pip install pre-commit ruff mypy
- name: Run linters 🖌️
run: pre-commit run --all-files --verbose

0 comments on commit a08daff

Please sign in to comment.