File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
- name : Pull latest code
17
17
uses : actions/checkout@v3
18
18
19
- - name : Set up Python 3.7
19
+ - name : Set up Python 3.10
20
20
uses : actions/setup-python@v4
21
21
with :
22
- python-version : ' 3.7 '
22
+ python-version : ' 3.10 '
23
23
architecture : ' x64'
24
24
25
25
- name : Unit testings
31
31
rm rapid_orientation/models/.gitkeep
32
32
mv $DIR_NAME/*.onnx rapid_orientation/models/
33
33
pip install -r requirements.txt
34
- cd tests
35
- pytest test_orientation.py
34
+ pytest tests/test_orientation.py
36
35
37
36
GenerateWHL_PushPyPi :
38
37
needs : UnitTesting
@@ -41,10 +40,10 @@ jobs:
41
40
steps :
42
41
- uses : actions/checkout@v3
43
42
44
- - name : Set up Python 3.7
43
+ - name : Set up Python 3.10
45
44
uses : actions/setup-python@v4
46
45
with :
47
- python-version : ' 3.7 '
46
+ python-version : ' 3.10 '
48
47
architecture : ' x64'
49
48
50
49
- name : Run setup
You can’t perform that action at this time.
0 commit comments