File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2828 with :
2929 cache-suffix : ${{ inputs.cache-suffix }}
30- version : 0.11.3
30+ version : 0.11.4
3131
3232 - name : Install pip dependencies
3333 shell : bash
Original file line number Diff line number Diff line change 2828 - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2929 with :
3030 cache-suffix : test
31- version : 0.11.3
31+ version : 0.11.4
3232 - name : Setup Python
3333 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3434 with :
Original file line number Diff line number Diff line change 3838 python-version : ' 3.14'
3939 - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
4040 with :
41- version : 0.11.3
41+ version : 0.11.4
4242 enable-cache : false
4343 - name : detect method
4444 id : detect
Original file line number Diff line number Diff line change 3232 with :
3333 save-cache : ${{ github.ref == 'refs/heads/main' }}
3434 cache-suffix : ${{ steps.setup_python.outputs.python-version }}
35- version : 0.11.3
35+ version : 0.11.4
3636 - name : Install pip dependencies
3737 run : uv pip install --system -r requirements-dev.txt
3838 - name : Run pylint
Original file line number Diff line number Diff line change 6363 - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
6464 with :
6565 cache-suffix : test
66- version : 0.11.3
66+ version : 0.11.4
6767 - name : Install pip dependencies
6868 run : uv pip install --system -r requirements-dev.txt
6969 - name : Compile MO files
You can’t perform that action at this time.
0 commit comments