Skip to content

Commit

Permalink
ci: update ci cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Nov 8, 2024
1 parent 0eceb06 commit dde8735
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/gen_whl_to_pypi_rapid_orientation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Pull latest code
uses: actions/checkout@v3

- name: Set up Python 3.7
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.10'
architecture: 'x64'

- name: Unit testings
Expand All @@ -31,8 +31,7 @@ jobs:
rm rapid_orientation/models/.gitkeep
mv $DIR_NAME/*.onnx rapid_orientation/models/
pip install -r requirements.txt
cd tests
pytest test_orientation.py
pytest tests/test_orientation.py
GenerateWHL_PushPyPi:
needs: UnitTesting
Expand All @@ -41,10 +40,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.7
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.10'
architecture: 'x64'

- name: Run setup
Expand Down

0 comments on commit dde8735

Please sign in to comment.