mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-22 07:05:36 +00:00
VIRTUAL_ENV: .venv
This commit is contained in:
1
.github/workflows/_integration_test.yml
vendored
1
.github/workflows/_integration_test.yml
vendored
@@ -13,6 +13,7 @@ on:
|
||||
|
||||
env:
|
||||
UV_FROZEN: "true"
|
||||
VIRTUAL_ENV: ".venv"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
1
.github/workflows/_release.yml
vendored
1
.github/workflows/_release.yml
vendored
@@ -22,6 +22,7 @@ on:
|
||||
env:
|
||||
PYTHON_VERSION: "3.11"
|
||||
UV_FROZEN: "true"
|
||||
VIRTUAL_ENV: ".venv"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
1
.github/workflows/_test.yml
vendored
1
.github/workflows/_test.yml
vendored
@@ -14,6 +14,7 @@ on:
|
||||
|
||||
env:
|
||||
UV_FROZEN: "true"
|
||||
VIRTUAL_ENV: ".venv"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
1
.github/workflows/_test_pydantic.yml
vendored
1
.github/workflows/_test_pydantic.yml
vendored
@@ -19,6 +19,7 @@ on:
|
||||
|
||||
env:
|
||||
UV_FROZEN: "true"
|
||||
VIRTUAL_ENV: ".venv"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
5
.github/workflows/check_diffs.yml
vendored
5
.github/workflows/check_diffs.yml
vendored
@@ -19,6 +19,7 @@ concurrency:
|
||||
|
||||
env:
|
||||
UV_FROZEN: "true"
|
||||
VIRTUAL_ENV: ".venv"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -138,8 +139,8 @@ jobs:
|
||||
echo "Running extended tests, installing dependencies with uv..."
|
||||
uv venv
|
||||
uv sync --group test
|
||||
VIRTUAL_ENV=.venv uv pip install -r extended_testing_deps.txt
|
||||
VIRTUAL_ENV=.venv make extended_tests
|
||||
uv pip install -r extended_testing_deps.txt
|
||||
make extended_tests
|
||||
|
||||
- name: Ensure the tests did not create any additional files
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user