Skip to content

Commit 077f54e

Browse files
committed
fix job name
1 parent d6162ce commit 077f54e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
- uses: actions/checkout@v4
7171
- name: Set up Python 3
7272
uses: actions/setup-python@v5
73-
- name: Test changelog & version python tests/test_changelog_and_version.py --ensure-tag
74-
run: python3 tests/check_changelog_and_version.py
73+
- name: Test changelog & version
74+
run: python tests/check_changelog_and_version.py
7575

7676
release:
7777
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)