Skip to content

Commit 0de7af7

Browse files
authored
Update django-test.yml
1 parent 49b421c commit 0de7af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python3 -m pip install django
2828
- name: Install Dependencies
2929
run: |
30-
poetry install --no-interaction --no-root
30+
poetry install
3131
- name: Run Tests
3232
run: |
3333
python3 manage.py test

0 commit comments

Comments
 (0)