Skip to content

Commit 11bd0b1

Browse files
authored
Update unit-test.yml
1 parent 1b9bd3a commit 11bd0b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19-
pip install unittest
2019
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2120
- name: Test
2221
run: |

0 commit comments

Comments
 (0)