Skip to content

Commit 375fce1

Browse files
committed
Rename label to pytest on GitHub Actions
1 parent 1a5dc5b commit 375fce1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
steps:
7373
- uses: actions/checkout@v6
7474
- uses: ./.github/actions/setup-python
75-
- name: UnitTest
75+
- name: pytest
7676
working-directory: ./python
77-
run: pytest .
77+
run: pytest
7878
mypy:
7979
timeout-minutes: 10
8080
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)