Skip to content

Commit db5457d

Browse files
committed
fix CI
1 parent 043675c commit db5457d

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
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
pull request:
5+
pull_request:
66
workflow_dispatch:
77

88
jobs:
@@ -25,4 +25,4 @@ jobs:
2525
2626
- name: Run Tests with Pytest
2727
run: |
28-
pytest --verbose
28+
pytest --verbose

0 commit comments

Comments
 (0)