Skip to content

Commit 8927207

Browse files
fixed install
1 parent 4cd2bc3 commit 8927207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pip install django==5.0.2
1313
pip install django-extensions
1414
pip install ruff
15-
pip django-environ
15+
pip install django-environ
1616
- name: Run linting tools
1717
run: |
1818
cd app/

0 commit comments

Comments
 (0)