Skip to content

Commit 4c4cf3a

Browse files
committed
try fix CI
1 parent dec2bda commit 4c4cf3a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
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

0 commit comments

Comments
 (0)