From a08daff093d908cae6e95e1472d72aa451135d25 Mon Sep 17 00:00:00 2001 From: Callum Tilbury <37700709+callumtilbury@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:00:22 +0200 Subject: [PATCH] chore: install precommit dependencies --- .github/workflows/tests_linters.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_linters.yml b/.github/workflows/tests_linters.yml index 18aab481..f090e4c5 100644 --- a/.github/workflows/tests_linters.yml +++ b/.github/workflows/tests_linters.yml @@ -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