ci-lint: reuse astral-sh/setup-uv

This commit is contained in:
Andrej730
2026-09-03 17:59:11 +05:00
parent 462a05e662
commit a8b59ee296
+4 -3
View File
@@ -24,10 +24,11 @@ jobs:
with: with:
python-version: ${{ env.MIN_BLENDER_PY_VERSION }} python-version: ${{ env.MIN_BLENDER_PY_VERSION }}
- name: Action - setup uv
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
- name: Install dependencies - name: Install dependencies
run: | run: cat requirements-tools.txt | xargs -L1 uv tool install
curl -LsSf https://astral.sh/uv/install.sh | sh
cat requirements-tools.txt | xargs -L1 uv tool install
# black doesn't catch all syntax errors, so we check them explicitly. # black doesn't catch all syntax errors, so we check them explicitly.
- name: Check syntax errors - name: Check syntax errors