File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
- name : Execute tests
26
26
run : |
27
27
pip install -U pip poetry tox
28
- poetry install -E for_tests
28
+ poetry install
29
29
30
30
export TOXENV=${{ matrix.toxenv }}
31
31
export PYTHON=${{ matrix.python-version }}
51
51
- name : Execute tests
52
52
run : |
53
53
pip install -U pip poetry tox
54
- poetry install -E for_tests
54
+ poetry install
55
55
56
56
export DJANGO=${{ matrix.django-version }}
57
57
export PYTHON=${{ matrix.python-version }}
85
85
- name : Execute tests
86
86
run : |
87
87
pip install -U pip poetry tox
88
- poetry install -E for_tests
88
+ poetry install
89
89
90
90
export DJANGO=${{ matrix.django-version }}
91
91
export PYTHON=${{ matrix.python-version }}
@@ -116,6 +116,6 @@ jobs:
116
116
- name : Build
117
117
run : |
118
118
pip install -U pip poetry tox
119
- poetry install -E for_tests
119
+ poetry install
120
120
121
121
./scripts/build.sh
You can’t perform that action at this time.
0 commit comments