Skip to content

Commit 210fc09

Browse files
committed
加个wheel
1 parent a9744b1 commit 210fc09

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/unittest_py38.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
tar -zcvf reppy-0.4.14.tar.gz reppy-0.4.14
2626
pip install ./reppy-0.4.14.tar.gz
2727
- name: Install dependencies
28-
run: pip install -r requirements.txt
28+
run: |
29+
pip install wheel
30+
pip install -r requirements.txt
2931
- name: unittest
3032
run: cd unittest && python ut.py

0 commit comments

Comments
 (0)