Skip to content

Commit a9db336

Browse files
committed
testing
1 parent 0f99cba commit a9db336

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
@@ -68,7 +68,7 @@ jobs:
6868
# This is needed to speed up builds
6969
if [ "${{ matrix.python }}" = "3.15" ]; then
7070
# Force Nox to use uv for 3.15 virtual environments
71-
export NOXFLAGS="--default-venv-backend=uv"
71+
export NOXFLAGS="--force-venv-backend=uv"
7272
7373
# Tell uv it is allowed to use the pre-release 3.15 toolchain
7474
export UV_PRERELEASE="allow"

0 commit comments

Comments
 (0)