Skip to content

Commit

Permalink
Removing for_tests optional CI config since it does not work anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-tstpd committed Oct 29, 2023
1 parent 11a0bf9 commit e58d4b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Execute tests
run: |
pip install -U pip poetry tox
poetry install -E for_tests
poetry install
export TOXENV=${{ matrix.toxenv }}
export PYTHON=${{ matrix.python-version }}
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Execute tests
run: |
pip install -U pip poetry tox
poetry install -E for_tests
poetry install
export DJANGO=${{ matrix.django-version }}
export PYTHON=${{ matrix.python-version }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Execute tests
run: |
pip install -U pip poetry tox
poetry install -E for_tests
poetry install
export DJANGO=${{ matrix.django-version }}
export PYTHON=${{ matrix.python-version }}
Expand Down Expand Up @@ -116,6 +116,6 @@ jobs:
- name: Build
run: |
pip install -U pip poetry tox
poetry install -E for_tests
poetry install
./scripts/build.sh

0 comments on commit e58d4b9

Please sign in to comment.