File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ jobs:
110110 - name : Install Release Dependencies
111111 run : |
112112 just setup ${{ steps.sp.outputs.python-path }}
113- just install-${{ matrix.psycopg-version }}
114113 just test-lock Django~=${{ matrix.django-version }}.0
115114 - name : Install Emacs
116115 if : ${{ github.event.inputs.debug == 'true' }}
@@ -281,7 +280,6 @@ jobs:
281280 - name : Install Release Dependencies
282281 run : |
283282 just setup ${{ steps.sp.outputs.python-path }}
284- just install-mysql
285283 just test-lock Django~=${{ matrix.django-version }}.0
286284
287285 - name : Install mysqlclient if needed
@@ -387,7 +385,6 @@ jobs:
387385 - name : Install Release Dependencies
388386 run : |
389387 just setup ${{ steps.sp.outputs.python-path }}
390- just install-mysql
391388 just test-lock Django~=${{ matrix.django-version }}.0
392389
393390 - name : Install mysqlclient if needed
Original file line number Diff line number Diff line change 88[ ![ PyPI status] ( https://img.shields.io/pypi/status/django-enum.svg )] ( https://pypi.python.org/pypi/django-enum )
99[ ![ Documentation Status] ( https://readthedocs.org/projects/django-enum/badge/?version=latest )] ( http://django-enum.readthedocs.io/?badge=latest/ )
1010[ ![ Code Cov] ( https://codecov.io/gh/bckohan/django-enum/branch/main/graph/badge.svg?token=0IZOKN2DYL )] ( https://codecov.io/gh/bckohan/django-enum )
11- [ ![ Test Status] ( https://github.com/bckohan/django-enum/workflows/test/badge.svg )] ( https://github.com/bckohan/django-enum/actions/workflows/test.yml )
12- [ ![ Lint Status] ( https://github.com/bckohan/django-enum/workflows/lint/badge.svg )] ( https://github.com/bckohan/django-enum/actions/workflows/lint.yml )
11+ [ ![ Test Status] ( https://github.com/bckohan/django-enum/actions/workflows/test.yml/badge.svg?branch=main )] ( https://github.com/bckohan/django-enum/actions/workflows/test.yml?query=branch:main )
12+ [ ![ Lint Status] ( https://github.com/bckohan/django-enum/actions/workflows/lint.yml/badge.svg?branch=main )] ( https://github.com/bckohan/django-enum/actions/workflows/lint.yml?query=branch:main )
13+
1314
1415---------------------------------------------------------------------------------------------------
1516
You can’t perform that action at this time.
0 commit comments