Skip to content

Commit

Permalink
Missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Dec 11, 2023
1 parent 92a18e9 commit 7d9aad5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# *************************************
test_customization_example:
needs: pre-commit
name: test ${{ matrix.python-version }} - ${{ matrix.os }}
name: test customization example ${{ matrix.python-version }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
# *************************************
test_dataclasses_example:
needs: pre-commit
name: test ${{ matrix.python-version }} - ${{ matrix.os }}
name: test dataclasse example ${{ matrix.python-version }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
# *************************************
test_django_example:
needs: pre-commit
name: test ${{ matrix.python-version }} - ${{ matrix.os }}
name: test django example ${{ matrix.python-version }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions examples/django/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
django
Pillow

0 comments on commit 7d9aad5

Please sign in to comment.