mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 06:33:41 +00:00
add UV_LOCKED=true
This commit is contained in:
@@ -17,6 +17,7 @@ permissions:
|
||||
|
||||
env:
|
||||
UV_FROZEN: "true"
|
||||
UV_LOCKED: "true"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
1
.github/workflows/_integration_test.yml
vendored
1
.github/workflows/_integration_test.yml
vendored
@@ -17,6 +17,7 @@ permissions:
|
||||
|
||||
env:
|
||||
UV_FROZEN: "true"
|
||||
UV_LOCKED: "true"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
1
.github/workflows/_lint.yml
vendored
1
.github/workflows/_lint.yml
vendored
@@ -22,6 +22,7 @@ env:
|
||||
RUFF_OUTPUT_FORMAT: github
|
||||
|
||||
UV_FROZEN: "true"
|
||||
UV_LOCKED: "true"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
2
.github/workflows/_release.yml
vendored
2
.github/workflows/_release.yml
vendored
@@ -23,7 +23,7 @@ on:
|
||||
env:
|
||||
PYTHON_VERSION: "3.11"
|
||||
UV_FROZEN: "true"
|
||||
UV_NO_SYNC: "true"
|
||||
UV_LOCKED: "true"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
2
.github/workflows/_test.yml
vendored
2
.github/workflows/_test.yml
vendored
@@ -17,7 +17,7 @@ permissions:
|
||||
|
||||
env:
|
||||
UV_FROZEN: "true"
|
||||
UV_NO_SYNC: "true"
|
||||
UV_LOCKED: "true"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
1
.github/workflows/_test_doc_imports.yml
vendored
1
.github/workflows/_test_doc_imports.yml
vendored
@@ -13,6 +13,7 @@ permissions:
|
||||
|
||||
env:
|
||||
UV_FROZEN: "true"
|
||||
UV_LOCKED: "true"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
2
.github/workflows/_test_pydantic.yml
vendored
2
.github/workflows/_test_pydantic.yml
vendored
@@ -22,7 +22,7 @@ permissions:
|
||||
|
||||
env:
|
||||
UV_FROZEN: "true"
|
||||
UV_NO_SYNC: "true"
|
||||
UV_LOCKED: "true"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
1
.github/workflows/_test_release.yml
vendored
1
.github/workflows/_test_release.yml
vendored
@@ -16,6 +16,7 @@ on:
|
||||
env:
|
||||
PYTHON_VERSION: "3.11"
|
||||
UV_FROZEN: "true"
|
||||
UV_LOCKED: "true"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
2
.github/workflows/api_doc_build.yml
vendored
2
.github/workflows/api_doc_build.yml
vendored
@@ -6,6 +6,8 @@ on:
|
||||
- cron: '0 13 * * *'
|
||||
env:
|
||||
PYTHON_VERSION: "3.11"
|
||||
UV_FROZEN: "true"
|
||||
UV_LOCKED: "true"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
2
.github/workflows/check_diffs.yml
vendored
2
.github/workflows/check_diffs.yml
vendored
@@ -21,7 +21,7 @@ permissions:
|
||||
|
||||
env:
|
||||
UV_FROZEN: "true"
|
||||
UV_NO_SYNC: "true"
|
||||
UV_LOCKED: "true"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user