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

Skip to content
Draft

Use uv #2520

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rely on setup-uv for the env installation
  • Loading branch information
filmor committed Apr 14, 2025
commit 95e89de9760f4d4a4f40b33a0d0debd92a58c1fe
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ jobs:
python-version: ${{ matrix.python }}
enable-cache: true

- name: Install dependencies
run: |
uv venv --python ${{ matrix.python }}
uv sync

- name: Set Python DLL path and PYTHONHOME (non Windows)
if: ${{ matrix.os.category != 'windows' }}
run: |
Expand Down
Loading