Skip to content

Commit 97b2779

Browse files
authored
Install python with uv
1 parent 3ab82c8 commit 97b2779

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ jobs:
6363
fetch-depth: 0
6464
- name: Install the latest version of uv
6565
uses: astral-sh/setup-uv@v7
66-
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
67-
uses: actions/setup-python@v6
6866
with:
6967
python-version: ${{ matrix.python-version }}
7068
- name: Install tox
@@ -127,8 +125,6 @@ jobs:
127125
fetch-depth: 0
128126
- name: Install the latest version of uv
129127
uses: astral-sh/setup-uv@v7
130-
- name: Set up Python ${{ matrix.python-version }}
131-
uses: actions/setup-python@v6
132128
with:
133129
python-version: ${{ matrix.python-version }}
134130
- name: Install tox

0 commit comments

Comments
 (0)