Skip to content

Commit

Permalink
update build test upload wheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkh committed Sep 25, 2024
1 parent c76de77 commit e117505
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/_build_test_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
os:
- windows-latest
python-version:
- 3.8
- 3.9
- "3.10"
- "3.11"
Expand Down Expand Up @@ -224,7 +223,6 @@ jobs:
os:
- windows-latest
python-version:
- 3.8
- 3.9
- "3.10"
- "3.11"
Expand Down Expand Up @@ -366,10 +364,10 @@ jobs:
needs: [get_release_type, wheel_upload, conda_upload]
runs-on: ubuntu-latest
steps:
- name: Setup Python 3.8
- name: Setup Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e117505

Please sign in to comment.