We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91f274 commit 354af49Copy full SHA for 354af49
1 file changed
.github/workflows/verify.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install dependencies
19
run: |
20
pip install -U pip
21
- pip install requirements.txt
+ pip install -r requirements.txt
22
23
- name: Run tests
24
env:
0 commit comments