Skip to content

Commit

Permalink
加个wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
RimoChan committed Oct 3, 2024
1 parent a9744b1 commit 210fc09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unittest_py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
tar -zcvf reppy-0.4.14.tar.gz reppy-0.4.14
pip install ./reppy-0.4.14.tar.gz
- name: Install dependencies
run: pip install -r requirements.txt
run: |
pip install wheel
pip install -r requirements.txt
- name: unittest
run: cd unittest && python ut.py

0 comments on commit 210fc09

Please sign in to comment.