Skip to content

Commit

Permalink
tmp will be squashed, CI debug by YAML hell
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-tstpd committed Oct 20, 2023
1 parent e017fc9 commit 36e1909
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -53,7 +53,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 @@ -87,7 +87,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 @@ -118,6 +118,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 36e1909

Please sign in to comment.