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 a9db336 commit 3ec02f5Copy full SHA for 3ec02f5
2 files changed
.github/workflows/unittest.yml
@@ -67,9 +67,6 @@ 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
- # Force Nox to use uv for 3.15 virtual environments
71
- 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"
75
ci/run_single_test.sh
@@ -100,7 +100,7 @@ case ${TEST_TYPE} in
100
retval=$?
101
;;
102
"3.15")
103
- nox -s unit-3.15
+ nox --force-venv-backend uv -s unit-3.15
104
105
106
*)
0 commit comments