Skip to content

Commit e4c8491

Browse files
committed
update GH action
1 parent 542a229 commit e4c8491

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/actions/setup/action.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ runs:
3636
# The default image natively supports bash, c/c++, dotnet, go, java, julia, python, ruby, rust
3737
# For new languages, see https://github.com/actions/runner-images/blob/5dd62e7/images/linux first
3838

39-
- uses: actions/setup-python@v5
40-
with:
41-
python-version: ${{ inputs.python-version }}
42-
cache: pip
39+
- name: Install uv
40+
uses: astral-sh/setup-uv@v6
4341

4442
- name: deps-python
45-
run: pip install --user -r requirements.txt
43+
run: uv sync --locked --all-extras --dev
4644
shell: bash
4745

4846
- uses: denoland/setup-deno@v2

0 commit comments

Comments
 (0)