Skip to content

Commit 0f4021e

Browse files
committed
ci: name
1 parent 7a34c8e commit 0f4021e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
test:
14-
name: ${{ matrix.name || matrix.python }}
14+
name: ci ${{ matrix.python }}
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
@@ -39,8 +39,8 @@ jobs:
3939
sudo apt install libmaxminddb0 libmaxminddb-dev
4040
python -m pip install --upgrade pip
4141
pip install tox
42-
- name: test
42+
- name: Test
4343
run: tox -e py
44-
- name: lint
44+
- name: Lint
4545
if: matrix.python-version == '3.12'
4646
run: tox -e lint

0 commit comments

Comments
 (0)