Compare commits

...

3 Commits

Author SHA1 Message Date
Eugene Yurtsev
70987dcdc3 x 2025-07-23 15:53:33 -04:00
Eugene Yurtsev
23f2082d9b x 2025-07-23 15:53:11 -04:00
Eugene Yurtsev
f78156025e add UV_LOCKED=true 2025-07-23 15:50:12 -04:00
9 changed files with 10 additions and 1 deletions

View File

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

View File

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

View File

@@ -22,6 +22,7 @@ env:
RUFF_OUTPUT_FORMAT: github
UV_FROZEN: "true"
UV_LOCKED: "true"
jobs:
build:

View File

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

View File

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

View File

@@ -13,6 +13,7 @@ permissions:
env:
UV_FROZEN: "true"
UV_LOCKED: "true"
jobs:
build:

View File

@@ -23,6 +23,7 @@ permissions:
env:
UV_FROZEN: "true"
UV_NO_SYNC: "true"
UV_LOCKED: "true"
jobs:
build:
@@ -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

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

View File

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