File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 63
63
- name : Install enum-properties
64
64
run : |
65
65
poetry install -E properties
66
+ poetry run pip install -U "Django~=${{ matrix.django-version }}"
66
67
- name : Unit Tests w/ enum-properties
67
68
run : |
68
69
poetry run pytest --cov-fail-under=30
@@ -72,18 +73,21 @@ jobs:
72
73
- name : Install djangorestframework
73
74
run : |
74
75
poetry install -E djangorestframework
76
+ poetry run pip install -U "Django~=${{ matrix.django-version }}"
75
77
- name : Run Unit Tests w/ djangorestframework
76
78
run : |
77
79
poetry run pytest --cov-fail-under=30
78
80
- name : Install django-filters
79
81
run : |
80
82
poetry install -E filters
83
+ poetry run pip install -U "Django~=${{ matrix.django-version }}"
81
84
- name : Run Unit Tests w/ django-filter
82
85
run : |
83
86
poetry run pytest --cov-fail-under=30
84
87
- name : Install all deps
85
88
run : |
86
89
poetry install -E all
90
+ poetry run pip install -U "Django~=${{ matrix.django-version }}"
87
91
- name : Run Full Unit Tests
88
92
run : |
89
93
poetry run pytest
You can’t perform that action at this time.
0 commit comments