chore: add step to rebuild uv lockfile in CI workflow

This commit is contained in:
Daulet Amirkhanov 2025-08-15 09:41:40 +01:00
parent bcdbadc468
commit 3941e469e5

View file

@ -25,6 +25,12 @@ runs:
with: with:
enable-cache: true enable-cache: true
- name: Rebuild uv lockfile
shell: bash
run: |
rm uv.lock
uv lock
- name: Install dependencies - name: Install dependencies
shell: bash shell: bash
run: | run: |