Skip to content

Commit 354af49

Browse files
committed
edit verify.yml
1 parent d91f274 commit 354af49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
pip install -U pip
21-
pip install requirements.txt
21+
pip install -r requirements.txt
2222
2323
- name: Run tests
2424
env:

0 commit comments

Comments
 (0)