File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,14 @@ jobs:
2020 steps :
2121 - uses : actions/checkout@v3
2222
23- - name : Set up Python ${{ matrix.python-version }}
24- uses : actions /setup-python @v5
23+ - name : Install uv
24+ uses : astral-sh /setup-uv @v5
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727
28+ - name : Set up Python
29+ run : uv python install
30+
2831 - name : Install dependencies
2932 run : make install-lint
3033
@@ -48,11 +51,14 @@ jobs:
4851 steps :
4952 - uses : actions/checkout@v3
5053
51- - name : Set up Python ${{ matrix.python-version }}
52- uses : actions /setup-python @v5
54+ - name : Install uv
55+ uses : astral-sh /setup-uv @v5
5356 with :
5457 python-version : ${{ matrix.python-version }}
5558
59+ - name : Set up Python
60+ run : uv python install
61+
5662 - name : Install dependencies
5763 run : make install
5864
You can’t perform that action at this time.
0 commit comments