File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 - uses : astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
2828 with :
2929 cache-suffix : test
30- version : 0.9.16
30+ version : 0.9.17
3131 - name : Setup Python
3232 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3333 with :
Original file line number Diff line number Diff line change 4444 python-version : ' 3.14'
4545 - uses : astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
4646 with :
47- version : 0.9.16
47+ version : 0.9.17
4848 enable-cache : false
4949 - name : detect method
5050 id : detect
Original file line number Diff line number Diff line change 3131 with :
3232 save-cache : ${{ github.ref == 'refs/heads/main' }}
3333 cache-suffix : ${{ steps.setup_python.outputs.python-version }}
34- version : 0.9.16
34+ version : 0.9.17
3535 - name : Install pip dependencies
3636 run : uv pip install --system -r requirements-dev.txt
3737 - name : Run pylint
Original file line number Diff line number Diff line change 5454 - uses : astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
5555 with :
5656 cache-suffix : test
57- version : 0.9.16
57+ version : 0.9.17
5858 - name : Install pip dependencies
5959 run : uv pip install --system -r requirements-dev.txt
6060 - name : Compile MO files
You can’t perform that action at this time.
0 commit comments