Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95e89de

Browse files
committed
Rely on setup-uv for the env installation
1 parent d2414ca commit 95e89de

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ jobs:
6464
python-version: ${{ matrix.python }}
6565
enable-cache: true
6666

67-
- name: Install dependencies
68-
run: |
69-
uv venv --python ${{ matrix.python }}
70-
uv sync
71-
7267
- name: Set Python DLL path and PYTHONHOME (non Windows)
7368
if: ${{ matrix.os.category != 'windows' }}
7469
run: |

0 commit comments

Comments
 (0)