Skip to content

Commit dd5c238

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

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/actions/setup/action.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +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
46-
shell: bash
43+
run: uv sync --locked --all-extras --dev
4744

4845
- uses: denoland/setup-deno@v2
4946
with:

0 commit comments

Comments
 (0)