Skip to content

Commit 0f99cba

Browse files
committed
testing
1 parent 148c3a8 commit 0f99cba

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,13 @@ jobs:
6767
# Only inject overrides if we are strictly on the 3.15 pre-release
6868
# This is needed to speed up builds
6969
if [ "${{ matrix.python }}" = "3.15" ]; then
70-
export NOX_FORCE_VENV_BACKEND="uv"
71-
export VIRTUALENV_SEEDER=""
72-
# Route uv cache to our persistent workspace directory
70+
# Force Nox to use uv for 3.15 virtual environments
71+
export NOXFLAGS="--default-venv-backend=uv"
72+
73+
# Tell uv it is allowed to use the pre-release 3.15 toolchain
74+
export UV_PRERELEASE="allow"
75+
76+
# Route uv's wheel and environment cache to our persistent workspace directory
7377
export UV_CACHE_DIR="${{ github.workspace }}/.uv-wheel-cache"
7478
fi
7579
ci/run_conditional_tests.sh

0 commit comments

Comments
 (0)