Skip to content

Commit e58d4b9

Browse files
author
Carl Crowder
committed
Removing for_tests optional CI config since it does not work anyway
1 parent 11a0bf9 commit e58d4b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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 }}
@@ -51,7 +51,7 @@ jobs:
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 }}
@@ -85,7 +85,7 @@ jobs:
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

0 commit comments

Comments
 (0)