File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 38
38
poetry-version : 1.1.15
39
39
40
40
- name : Set up dependencies
41
- run : poetry install
41
+ run : |
42
+ poetry install
43
+ poetry run pip install "django~=${{ matrix.django-version }}.0"
42
44
43
45
- name : Run tests
44
46
run : poetry run ./runtests
74
76
poetry-version : 1.1.15
75
77
76
78
- name : Set up dependencies
77
- run : poetry install
79
+ run : |
80
+ poetry install
81
+ poetry run pip install "django~=${{ matrix.django-version }}.0"
78
82
79
83
- name : Run linters
80
84
run : poetry run flake8 --jobs=auto --format=github
@@ -110,7 +114,9 @@ jobs:
110
114
poetry-version : 1.1.15
111
115
112
116
- name : Set up dependencies
113
- run : poetry install
117
+ run : |
118
+ poetry install
119
+ poetry run pip install "django~=${{ matrix.django-version }}.0"
114
120
115
121
- name : Run type checking
116
122
run : poetry run ./script/type-check
You can’t perform that action at this time.
0 commit comments