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:
110
110
- name : Install Release Dependencies
111
111
run : |
112
112
just setup ${{ steps.sp.outputs.python-path }}
113
- just install-${{ matrix.psycopg-version }}
114
113
just test-lock Django~=${{ matrix.django-version }}.0
115
114
- name : Install Emacs
116
115
if : ${{ github.event.inputs.debug == 'true' }}
@@ -281,7 +280,6 @@ jobs:
281
280
- name : Install Release Dependencies
282
281
run : |
283
282
just setup ${{ steps.sp.outputs.python-path }}
284
- just install-mysql
285
283
just test-lock Django~=${{ matrix.django-version }}.0
286
284
287
285
- name : Install mysqlclient if needed
@@ -387,7 +385,6 @@ jobs:
387
385
- name : Install Release Dependencies
388
386
run : |
389
387
just setup ${{ steps.sp.outputs.python-path }}
390
- just install-mysql
391
388
just test-lock Django~=${{ matrix.django-version }}.0
392
389
393
390
- name : Install mysqlclient if needed
Original file line number Diff line number Diff line change 8
8
[ ![ PyPI status] ( https://img.shields.io/pypi/status/django-enum.svg )] ( https://pypi.python.org/pypi/django-enum )
9
9
[ ![ Documentation Status] ( https://readthedocs.org/projects/django-enum/badge/?version=latest )] ( http://django-enum.readthedocs.io/?badge=latest/ )
10
10
[ ![ 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
+
13
14
14
15
---------------------------------------------------------------------------------------------------
15
16
You can’t perform that action at this time.
0 commit comments