Skip to content

Commit 2cbef13

Browse files
authored
Update short_test.yml
correction
1 parent cd7434b commit 2cbef13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/short_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Dependencies
2929
run:
3030
python -m pip install --upgrade pip
31-
pip install -r unittest
31+
pip install unittest
3232

3333
- name: Test Function
3434
run: python ./faculty_test.py

0 commit comments

Comments
 (0)