File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ jobs:
2525 with :
2626 python-version : " 3.11"
2727 - name : install uv
28- uses : astral-sh/setup-uv@v4
28+ uses : astral-sh/setup-uv@v5
2929 with :
30- version : " 0.4 .x"
31- enable-cache : false
30+ version : " 0.5 .x"
31+ enable-cache : true
3232 - name : checkout source branch
3333 uses : actions/checkout@v4
3434 - name : Regenerate specs and check
3535 run : |
36- uv venv .venv && source .venv/bin/activate
36+ make devenv
3737 make openapi-specs
3838 if ! ./ci/github/helpers/openapi-specs-diff.bash diff \
3939 https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.full_name }}/refs/heads/${{ github.event.pull_request.head.ref }} \
5151 uses : actions/setup-python@v5
5252 with :
5353 python-version : " 3.11"
54- - name : install uv
55- uses : astral-sh/setup-uv@v4
56- with :
57- version : " 0.4.x"
58- enable-cache : false
5954 - name : checkout
6055 uses : actions/checkout@v4
6156 - name : check api-server backwards compatibility
7570 uses : actions/setup-python@v5
7671 with :
7772 python-version : " 3.11"
78- - name : install uv
79- uses : astral-sh/setup-uv@v4
80- with :
81- version : " 0.4.x"
82- enable-cache : false
8373 - name : checkout
8474 uses : actions/checkout@v4
8575 - name : Check openapi-specs backwards compatibility
You can’t perform that action at this time.
0 commit comments