Skip to content

Commit 666f4d7

Browse files
authored
Update unittest.yml
1 parent 6cf5ee3 commit 666f4d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/unittest.yml

+6
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,10 @@ jobs:
1919
run: |
2020
git clone https://github.com/Juntongkuki/tnlearn_actions
2121
cd tnlearn_actions/tests
22+
23+
- name: install tnlearn
24+
run: pip install tnlearn~=0.1
25+
26+
- name: run test_base
27+
run: python test_base.py
2228

0 commit comments

Comments
 (0)