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 0f99cba commit a9db336Copy full SHA for a9db336
1 file changed
.github/workflows/unittest.yml
@@ -68,7 +68,7 @@ jobs:
68
# This is needed to speed up builds
69
if [ "${{ matrix.python }}" = "3.15" ]; then
70
# Force Nox to use uv for 3.15 virtual environments
71
- export NOXFLAGS="--default-venv-backend=uv"
+ export NOXFLAGS="--force-venv-backend=uv"
72
73
# Tell uv it is allowed to use the pre-release 3.15 toolchain
74
export UV_PRERELEASE="allow"
0 commit comments