mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-12 23:16:31 +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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -U pip setuptools wheel
|
pip install -U pip setuptools wheel
|
||||||
pip install -r ./dev-requirements.txt
|
pip install -r ./requirements.txt
|
||||||
|
|
||||||
- name: Run pre-commit
|
- name: Run pre-commit
|
||||||
run: pre-commit install && pre-commit run --all-files
|
run: pre-commit install && pre-commit run --all-files
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -U pip setuptools wheel
|
pip install -U pip setuptools wheel
|
||||||
pip install -r ./dev-requirements.txt
|
pip install -r ./requirements.txt
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: pytest
|
run: pytest
|
||||||
@@ -70,7 +70,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -U pip setuptools wheel
|
pip install -U pip setuptools wheel
|
||||||
pip install -r ./dev-requirements.txt
|
pip install -r ./requirements.txt
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: python ./scripts/typecheck_tests.py --django_version="${{ matrix.django-version }}"
|
run: python ./scripts/typecheck_tests.py --django_version="${{ matrix.django-version }}"
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ source .venv/bin/activate
|
|||||||
Then install the dev requirements:
|
Then install the dev requirements:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install -r ./dev-requirements.txt
|
pip install -r ./requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
Finally, install the pre-commit hooks:
|
Finally, install the pre-commit hooks:
|
||||||
|
|||||||
Reference in New Issue
Block a user