Skip to content

Commit c1b3d52

Browse files
authored
Merge branch 'master' into hayat01sh1da/python/introduce-mypy-typechecking
2 parents 7b0ad31 + 7cb4dc1 commit c1b3d52

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)