Skip to content

Commit 69d01c8

Browse files
committed
Updated unit test flow
1 parent 95c2472 commit 69d01c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
- name: Install dependencies
2222
run: |
23-
pip install -r requirement.txt
23+
pip install -r requirements.txt
2424
2525
- name: Run unit tests
2626
run: |

0 commit comments

Comments
 (0)