Skip to content

Commit ade3efd

Browse files
trying to fix workflow for unittest
1 parent d9f0013 commit ade3efd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
python -m pip install --upgrade pip
2323
pip install -r .github/workflows/dependencies.txt
2424
- name: Run Unit Tests with unittest
25-
run: unittest
25+
run: python -m unittest test

0 commit comments

Comments
 (0)