We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132bbe5 commit deeed06Copy full SHA for deeed06
.github/workflows/unittest.yml
@@ -21,7 +21,7 @@ jobs:
21
cd tnlearn_actions/tests
22
23
- name: install tnlearn
24
- run: pip install tnlearn~=0.1
+ run: pip install tnlearn
25
26
- name: run test_base
27
run: python test_base.py
0 commit comments