Skip to content

Commit b67693e

Browse files
authored
Update unittest.yml
1 parent 7690638 commit b67693e

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/unittest.yml

+3-10
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020
git clone https://github.com/Juntongkuki/tnlearn_actions
2121
cd tnlearn_actions
2222
cd tests
23-
python print.py
24-
python -m unittest test_base
25-
26-
- name: install
27-
run: |
2823
pip install h5py~=3.10.0
2924
pip install numpy~=1.26.2
3025
pip install tnlearn~=0.1
@@ -41,10 +36,8 @@ jobs:
4136
pip install packaging~=23.2
4237
pip install ipython~=8.18.1
4338
pip install tqdm~=4.66.2
44-
45-
- name: test_base.py
46-
run: |
47-
cd tests
39+
python print.py
4840
python -m unittest test_base
49-
41+
42+
5043

0 commit comments

Comments
 (0)