From 23f2082d9b52c56698d7f5095f137eb29ccaffdc Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 23 Jul 2025 15:53:11 -0400 Subject: [PATCH] x --- .github/workflows/_release.yml | 1 + .github/workflows/_test.yml | 1 + .github/workflows/_test_pydantic.yml | 3 ++- .github/workflows/check_diffs.yml | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 45740e08253..0d7c01220d1 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -23,6 +23,7 @@ on: env: PYTHON_VERSION: "3.11" UV_FROZEN: "true" + UV_NO_SYNC: "true" UV_LOCKED: "true" jobs: diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index e938f3b1f6b..6f40b089f4e 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -17,6 +17,7 @@ permissions: env: UV_FROZEN: "true" + UV_NO_SYNC: "true" UV_LOCKED: "true" jobs: diff --git a/.github/workflows/_test_pydantic.yml b/.github/workflows/_test_pydantic.yml index 0fd7bffa010..62650f5cbab 100644 --- a/.github/workflows/_test_pydantic.yml +++ b/.github/workflows/_test_pydantic.yml @@ -22,6 +22,7 @@ permissions: env: UV_FROZEN: "true" + UV_NO_SYNC: "true" UV_LOCKED: "true" jobs: @@ -63,4 +64,4 @@ jobs: # grep will exit non-zero if the target message isn't found, # and `set -e` above will cause the step to fail. - echo "$STATUS" | grep 'nothing to commit, working tree clean' \ No newline at end of file + echo "$STATUS" | grep 'nothing to commit, working tree clean' diff --git a/.github/workflows/check_diffs.yml b/.github/workflows/check_diffs.yml index 4013a206d60..8779136ad90 100644 --- a/.github/workflows/check_diffs.yml +++ b/.github/workflows/check_diffs.yml @@ -21,6 +21,7 @@ permissions: env: UV_FROZEN: "true" + UV_NO_SYNC: "true" UV_LOCKED: "true" jobs: