Skip to content

Commit 148c3a8

Browse files
committed
testing
1 parent fac6703 commit 148c3a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ 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="venv"
70+
export NOX_FORCE_VENV_BACKEND="uv"
7171
export VIRTUALENV_SEEDER=""
7272
# Route uv cache to our persistent workspace directory
7373
export UV_CACHE_DIR="${{ github.workspace }}/.uv-wheel-cache"

0 commit comments

Comments
 (0)