We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3953b2a commit d43f65dCopy full SHA for d43f65d
.github/workflows/test.yml
@@ -30,25 +30,6 @@ jobs:
30
- name: Run mypy on stubs
31
run: mypy --cache-dir=/dev/null --no-incremental rest_framework-stubs
32
33
- lint:
34
- runs-on: ubuntu-latest
35
- strategy:
36
- matrix:
37
- python-version: ['3.10']
38
- steps:
39
- - uses: actions/checkout@v3
40
- - name: Set up Python ${{ matrix.python-version }}
41
- uses: actions/setup-python@v4
42
- with:
43
- python-version: ${{ matrix.python-version }}
44
- - name: Install dependencies
45
- run: |
46
- pip install -U pip setuptools wheel
47
- pip install -r ./requirements.txt
48
-
49
- - name: Run pre-commit
50
- run: pre-commit install && pre-commit run --all-files
51
52
test:
53
runs-on: ubuntu-latest
54
strategy:
0 commit comments