We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac6703 commit 148c3a8Copy full SHA for 148c3a8
1 file changed
.github/workflows/unittest.yml
@@ -67,7 +67,7 @@ jobs:
67
# Only inject overrides if we are strictly on the 3.15 pre-release
68
# This is needed to speed up builds
69
if [ "${{ matrix.python }}" = "3.15" ]; then
70
- export NOX_FORCE_VENV_BACKEND="venv"
+ export NOX_FORCE_VENV_BACKEND="uv"
71
export VIRTUALENV_SEEDER=""
72
# Route uv cache to our persistent workspace directory
73
export UV_CACHE_DIR="${{ github.workspace }}/.uv-wheel-cache"
0 commit comments