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@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
2828 with :
2929 cache-suffix : test
30- version : 0.9.20
30+ version : 0.9.21
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@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
4646 with :
47- version : 0.9.20
47+ version : 0.9.21
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.20
34+ version : 0.9.21
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@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
5555 with :
5656 cache-suffix : test
57- version : 0.9.20
57+ version : 0.9.21
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