VIRTUAL_ENV: .venv

This commit is contained in:
Chester Curme
2025-02-04 14:28:08 -05:00
parent 42988b8f62
commit 99ed91fd71
5 changed files with 7 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ on:
env:
UV_FROZEN: "true"
VIRTUAL_ENV: ".venv"
jobs:
build:

View File

@@ -22,6 +22,7 @@ on:
env:
PYTHON_VERSION: "3.11"
UV_FROZEN: "true"
VIRTUAL_ENV: ".venv"
jobs:
build:

View File

@@ -14,6 +14,7 @@ on:
env:
UV_FROZEN: "true"
VIRTUAL_ENV: ".venv"
jobs:
build:

View File

@@ -19,6 +19,7 @@ on:
env:
UV_FROZEN: "true"
VIRTUAL_ENV: ".venv"
jobs:
build:

View File

@@ -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