File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 55 pull_request :
66 branches : [main]
77
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
11+
812permissions :
913 contents : read
1014
2731 - name : Install uv
2832 uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
2933 with :
34+ version : " 0.10.9"
3035 enable-cache : true
3136 - name : Install dependencies
3237 run : |
Original file line number Diff line number Diff line change 1010 pull_request :
1111 branches : [main]
1212
13+ concurrency :
14+ group : ${{ github.workflow }}-${{ github.ref }}
15+ cancel-in-progress : true
16+
1317permissions :
1418 contents : read
1519
2731 - name : Install uv
2832 uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
2933 with :
34+ version : " 0.10.9"
3035 enable-cache : true
3136 - name : Set up Python ${{ matrix.python-version }}
3237 run : uv python install ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 2929
3030 - name : Install uv
3131 uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
32+ with :
33+ version : " 0.10.9"
34+ enable-cache : true
3235
3336 - name : Update uv.lock
3437 run : uv lock
You can’t perform that action at this time.
0 commit comments