Skip to content

Commit c84e6ac

Browse files
committed
Revert "🧪 Drop GHA jobs w/ sdist install @ Python 3.12+"
This reverts commit d7e5b51.
1 parent a6af2a2 commit c84e6ac

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,18 +1246,6 @@ jobs:
12461246
dist-type:
12471247
- binary
12481248
- source
1249-
exclude:
1250-
# NOTE: Python 3.12+ with installs from sdist hits a bug in tox
1251-
# NOTE: which makes it fail until GHA times out. This is why the
1252-
# NOTE: following exclusions are in place. They should be
1253-
# NOTE: removed once tox fixes said bug.
1254-
# Ref: https://github.com/tox-dev/tox/issues/3512
1255-
- python-version: 3.14
1256-
dist-type: source
1257-
- python-version: 3.13
1258-
dist-type: source
1259-
- python-version: 3.12
1260-
dist-type: source
12611249

12621250
uses: ./.github/workflows/reusable-tests.yml
12631251
with:
@@ -1293,18 +1281,6 @@ jobs:
12931281
dist-type:
12941282
- binary
12951283
- source
1296-
exclude:
1297-
# NOTE: Python 3.12+ with installs from sdist hits a bug in tox
1298-
# NOTE: which makes it fail until GHA times out. This is why the
1299-
# NOTE: following exclusions are in place. They should be
1300-
# NOTE: removed once tox fixes said bug.
1301-
# Ref: https://github.com/tox-dev/tox/issues/3512
1302-
- python-version: 3.14
1303-
dist-type: source
1304-
- python-version: 3.13
1305-
dist-type: source
1306-
- python-version: 3.12
1307-
dist-type: source
13081284

13091285
uses: ./.github/workflows/reusable-tests.yml
13101286
with:

0 commit comments

Comments
 (0)