Skip to content

Commit cfce683

Browse files
authored
Update CI dependency file location to requirements/base.txt
1 parent c74ea66 commit cfce683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install -r requirements.txt
26+
pip install -r requirements/base.txt
2727
- name: Run Linter
2828
uses: super-linter/[email protected]
2929
- name: Run Tests

0 commit comments

Comments
 (0)