Skip to content

Commit 24a82a4

Browse files
committed
Disable downgrade CI and skip pre tests due to JET incompatibility
- Add `if: false` to Downgrade.yml to skip downgrade tests (see issue #522) - Exclude Core and Downstream groups from pre Julia since JET test dependency cannot be resolved on pre-release Julia versions Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d9bedba commit 24a82a4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'docs/**'
1313
jobs:
1414
test:
15+
if: false # Disabled: JET test dependency incompatible with downgrade. See issue #522 for details.
1516
runs-on: ubuntu-latest
1617
strategy:
1718
matrix:

.github/workflows/Tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
- "Downstream"
3232
- "nopre"
3333
exclude:
34+
# JET is a test dependency that doesn't support pre-release Julia
35+
- version: "pre"
36+
group: "Core"
37+
- version: "pre"
38+
group: "Downstream"
3439
- version: "pre"
3540
group: "nopre"
3641
uses: "SciML/.github/.github/workflows/tests.yml@v1"

0 commit comments

Comments
 (0)