Skip to content

Commit 543de5e

Browse files
authored
Update unittest.yml
1 parent 413dedc commit 543de5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- name: test_base
1919
run: |
2020
git clone https://github.com/Juntongkuki/tnlearn_actions
21-
cd tnlearn_actions/tests
21+
cd tnlearn_actions
2222
2323
- name: test_base.py
24-
run: python -m unittest test_base
24+
run: python -m unittest test/test_base
2525

0 commit comments

Comments
 (0)