Skip to content

Commit dde8735

Browse files
committed
ci: update ci cfg
1 parent 0eceb06 commit dde8735

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/gen_whl_to_pypi_rapid_orientation.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: Pull latest code
1717
uses: actions/checkout@v3
1818

19-
- name: Set up Python 3.7
19+
- name: Set up Python 3.10
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: '3.7'
22+
python-version: '3.10'
2323
architecture: 'x64'
2424

2525
- name: Unit testings
@@ -31,8 +31,7 @@ jobs:
3131
rm rapid_orientation/models/.gitkeep
3232
mv $DIR_NAME/*.onnx rapid_orientation/models/
3333
pip install -r requirements.txt
34-
cd tests
35-
pytest test_orientation.py
34+
pytest tests/test_orientation.py
3635
3736
GenerateWHL_PushPyPi:
3837
needs: UnitTesting
@@ -41,10 +40,10 @@ jobs:
4140
steps:
4241
- uses: actions/checkout@v3
4342

44-
- name: Set up Python 3.7
43+
- name: Set up Python 3.10
4544
uses: actions/setup-python@v4
4645
with:
47-
python-version: '3.7'
46+
python-version: '3.10'
4847
architecture: 'x64'
4948

5049
- name: Run setup

0 commit comments

Comments
 (0)