We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9744b1 commit 210fc09Copy full SHA for 210fc09
1 file changed
.github/workflows/unittest_py38.yml
@@ -25,6 +25,8 @@ jobs:
25
tar -zcvf reppy-0.4.14.tar.gz reppy-0.4.14
26
pip install ./reppy-0.4.14.tar.gz
27
- name: Install dependencies
28
- run: pip install -r requirements.txt
+ run: |
29
+ pip install wheel
30
+ pip install -r requirements.txt
31
- name: unittest
32
run: cd unittest && python ut.py
0 commit comments