Skip to content

Commit

Permalink
👷 ci(workflow): update uv setup configuration
Browse files Browse the repository at this point in the history
- adjust uv workflow step configuration
- add cache dependency glob for dependency management
- ensure consistent Python version and virtual environment setup
  • Loading branch information
awwaawwa committed Jan 24, 2025
1 parent bb77903 commit 8eaf78b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- name: Setup uv with Python ${{ matrix.python-version }}
uses: astral-sh/setup-uv@v5
with:
uv-venv: ".venv"
python-version: ${{ matrix.python-version }}
enable-cache: true
cache-dependency-glob: "uv.lock"
Expand Down

0 comments on commit 8eaf78b

Please sign in to comment.