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 2525 - name : Execute tests
2626 run : |
2727 pip install -U pip poetry tox
28- poetry install -E for_tests
28+ poetry install
2929
3030 export TOXENV=${{ matrix.toxenv }}
3131 export PYTHON=${{ matrix.python-version }}
5151 - name : Execute tests
5252 run : |
5353 pip install -U pip poetry tox
54- poetry install -E for_tests
54+ poetry install
5555
5656 export DJANGO=${{ matrix.django-version }}
5757 export PYTHON=${{ matrix.python-version }}
8585 - name : Execute tests
8686 run : |
8787 pip install -U pip poetry tox
88- poetry install -E for_tests
88+ poetry install
8989
9090 export DJANGO=${{ matrix.django-version }}
9191 export PYTHON=${{ matrix.python-version }}
@@ -116,6 +116,6 @@ jobs:
116116 - name : Build
117117 run : |
118118 pip install -U pip poetry tox
119- poetry install -E for_tests
119+ poetry install
120120
121121 ./scripts/build.sh
You can’t perform that action at this time.
0 commit comments