This commit is contained in:
Eugene Yurtsev
2025-07-23 15:53:11 -04:00
parent f78156025e
commit 23f2082d9b
4 changed files with 5 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ on:
env:
PYTHON_VERSION: "3.11"
UV_FROZEN: "true"
UV_NO_SYNC: "true"
UV_LOCKED: "true"
jobs:

View File

@@ -17,6 +17,7 @@ permissions:
env:
UV_FROZEN: "true"
UV_NO_SYNC: "true"
UV_LOCKED: "true"
jobs:

View File

@@ -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'
echo "$STATUS" | grep 'nothing to commit, working tree clean'

View File

@@ -21,6 +21,7 @@ permissions:
env:
UV_FROZEN: "true"
UV_NO_SYNC: "true"
UV_LOCKED: "true"
jobs: