Skip to content

Commit

Permalink
Fix linting and pre-commit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agittins committed Aug 6, 2024
1 parent db25d43 commit 682165d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
cache: "pip"

- name: Install Python modules
run: |
pip install --constraint=.github/workflows/constraints.txt pre-commit black
# flake8 isort
- name: "Install requirements"
run: python3 -m pip install -r requirements.txt

Expand Down

0 comments on commit 682165d

Please sign in to comment.