Skip to content

Commit

Permalink
CI: move type requirements to Python linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tomka committed Dec 5, 2024
1 parent 0f7d791 commit 78309ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- run: |
pip install "$(grep -E '^flake8' django/requirements-test.txt)"
pip install "$(grep -E '^mypy' django/requirements-test.txt)"
pip install django/requirements-types.txt
name: Install lint tools
- run: flake8 --statistics --count django
- run: mypy django/
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-py_${{ matrix.python-version }}-${{ hashFiles('django/requirements*.txt') }}
- run: pip install ./django[test,types,async] coveralls
- run: pip install ./django[test,async] coveralls
- run: bash scripts/travis/setup_database.sh
- run: bash scripts/travis/configure_catmaid.sh
- run: bash scripts/travis/configure_pypy_libs.sh
Expand Down

0 comments on commit 78309ef

Please sign in to comment.