Skip to content

Commit 377c528

Browse files
committed
need dev-req.txt
1 parent d5eced6 commit 377c528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
uses: actions/cache@v5
3131
with:
3232
path: ~/.cache/pip
33-
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
33+
key: ${{ runner.os }}-pip-${{ hashFiles('*-requirements.txt') }}
3434
restore-keys: ${{ runner.os }}-pip-
3535

3636
- name: Install dependencies
37-
run: pip install -r requirements.txt
37+
run: pip install -r dev-requirements.txt
3838

3939
- name: Check for ungenerated migrations
4040
run: python manage.py makemigrations --check --dry-run

0 commit comments

Comments
 (0)