mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 22:11:54 +08:00
Rename requirements.txt file for dependabot to work
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -U pip setuptools wheel
|
||||
pip install -r ./dev-requirements.txt
|
||||
pip install -r ./requirements.txt
|
||||
|
||||
- name: Run pre-commit
|
||||
run: pre-commit install && pre-commit run --all-files
|
||||
@@ -43,7 +43,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -U pip setuptools wheel
|
||||
pip install -r ./dev-requirements.txt
|
||||
pip install -r ./requirements.txt
|
||||
|
||||
- name: Run tests
|
||||
run: pytest
|
||||
@@ -70,7 +70,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -U pip setuptools wheel
|
||||
pip install -r ./dev-requirements.txt
|
||||
pip install -r ./requirements.txt
|
||||
|
||||
- name: Run tests
|
||||
run: python ./scripts/typecheck_tests.py --django_version="${{ matrix.django-version }}"
|
||||
|
||||
@@ -43,7 +43,7 @@ source .venv/bin/activate
|
||||
Then install the dev requirements:
|
||||
|
||||
```bash
|
||||
pip install -r ./dev-requirements.txt
|
||||
pip install -r ./requirements.txt
|
||||
```
|
||||
|
||||
Finally, install the pre-commit hooks:
|
||||
|
||||
Reference in New Issue
Block a user