We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c2472 commit 69d01c8Copy full SHA for 69d01c8
.github/workflows/unit_tests.yml
@@ -20,7 +20,7 @@
20
21
- name: Install dependencies
22
run: |
23
- pip install -r requirement.txt
+ pip install -r requirements.txt
24
25
- name: Run unit tests
26
0 commit comments