Skip to content

Commit db5cd04

Browse files
authored
Update unittest.yml
1 parent 9e9f21c commit db5cd04

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
@@ -13,15 +13,15 @@ on: workflow_dispatch
1313
jobs:
1414

1515
unittest:
16-
runs-on: ubuntu-latest
16+
runs-on: windows-latest
1717
steps:
1818
- name: test_base
1919
run: |
2020
git clone https://github.com/Juntongkuki/tnlearn_actions
2121
2222
- name: test_base.py
2323
run: |
24-
unittest test_base
24+
python -m unittest test_base
2525
2626
- name: install
2727
run: |

0 commit comments

Comments
 (0)