revert(infra): temp disable lockfile CI check (#34428)

#34397
This commit is contained in:
Mason Daugherty
2025-12-19 13:42:11 -05:00
committed by GitHub
parent e5c9912a89
commit d4cb740e0c

View File

@@ -47,11 +47,11 @@ jobs:
cache-suffix: lint-${{ inputs.working-directory }}
working-directory: ${{ inputs.working-directory }}
- name: "🔒 Verify Lockfile is Up-to-Date"
working-directory: ${{ inputs.working-directory }}
run: |
unset UV_FROZEN
uv lock --check
# - name: "🔒 Verify Lockfile is Up-to-Date"
# working-directory: ${{ inputs.working-directory }}
# run: |
# unset UV_FROZEN
# uv lock --check
- name: "📦 Install Lint & Typing Dependencies"
working-directory: ${{ inputs.working-directory }}