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 1a41b95 commit 6b60ab8Copy full SHA for 6b60ab8
1 file changed
.github/workflows/unittest.yml
@@ -50,7 +50,7 @@ jobs:
50
PY_VERSION: ${{ matrix.python }}
51
# Use UV to speed up testing
52
# Force standard venv backend for 3.15, leave empty to let nox-uv handle others
53
- NOX_VENV_BACKEND: ${{ matrix.python == '3.15' && 'venv' || '' }}
+ NOX_FORCE_VENV_BACKEND: ${{ matrix.python == '3.15' && 'venv' || '' }}
54
# Unset the global uv seeder for 3.15 so the standard venv backend doesn't try to use virtualenv internals
55
VIRTUALENV_SEEDER: ${{ matrix.python == '3.15' && '' || 'uv' }}
56
# Workaround: Allows libcst to compile on Python 3.15+ while PyO3 catches up
0 commit comments