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 6568947 commit 86b38d0Copy full SHA for 86b38d0
1 file changed
.github/workflows/unittest.yml
@@ -48,7 +48,6 @@ jobs:
48
TARGET_BRANCH: ${{ github.base_ref || github.event.merge_group.base_ref }}
49
TEST_TYPE: unit
50
PY_VERSION: ${{ matrix.python }}
51
- VIRTUALENV_SEEDER: ${{ matrix.python == '3.15' && '' || 'uv' }}
52
# Workaround: Allows libcst to compile on Python 3.15+ while PyO3 catches up
53
# Can be removed once libcst releases a version with native Python 3.15 wheels
54
# Follow https://github.com/Instagram/LibCST/issues/1445 for updates.
0 commit comments