Skip to content

Commit 7d7ac9f

Browse files
committed
tweak test workflow
1 parent ecd8add commit 7d7ac9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name: pytest
1919

2020
on:
2121
pull_request:
22-
branches: ['main']
22+
branches: [main]
2323

2424
permissions:
2525
contents: read
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Install dependencies
3939
run: |
40-
pip install pyaml pytest ruyaml
40+
pip install pytest ruyaml
4141
4242
- name: Run tests
4343
run: |

0 commit comments

Comments
 (0)