Skip to content

Commit

Permalink
chore(ci): remove the duplicate steps of setting up the Python versio…
Browse files Browse the repository at this point in the history
…n in the Testing job
  • Loading branch information
Georgehu716 committed Dec 11, 2024
1 parent b639c39 commit 2ea3085
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,27 +46,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Python Versions
uses: actions/setup-python@v5
with:
python-version: |
3.9
3.10
3.11
3.12
3.13
allow-prereleases: true
if: matrix.os != 'macos-latest'
- name: Setup Python Versions
uses: actions/setup-python@v5
with:
python-version: |
3.10
3.11
3.12
3.13
allow-prereleases: true
if: matrix.os == 'macos-latest'
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 2ea3085

Please sign in to comment.