Skip to content

Commit 1a41b95

Browse files
committed
clean up
1 parent 49ba720 commit 1a41b95

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ name: unittest
1212
permissions:
1313
contents: read
1414

15-
env:
16-
# Workaround: Allows libcst to compile on Python 3.15+ while PyO3 catches up
17-
# Can be removed once libcst releases a version with native Python 3.15 wheels
18-
# Follow https://github.com/Instagram/LibCST/issues/1445 for updates.
19-
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: "1"
20-
2115

2216
jobs:
2317
unit:
@@ -59,6 +53,10 @@ jobs:
5953
NOX_VENV_BACKEND: ${{ matrix.python == '3.15' && 'venv' || '' }}
6054
# Unset the global uv seeder for 3.15 so the standard venv backend doesn't try to use virtualenv internals
6155
VIRTUALENV_SEEDER: ${{ matrix.python == '3.15' && '' || 'uv' }}
56+
# Workaround: Allows libcst to compile on Python 3.15+ while PyO3 catches up
57+
# Can be removed once libcst releases a version with native Python 3.15 wheels
58+
# Follow https://github.com/Instagram/LibCST/issues/1445 for updates.
59+
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: "1"
6260
run: |
6361
ci/run_conditional_tests.sh
6462
- name: Upload coverage results

0 commit comments

Comments
 (0)