Skip to content

Commit 6693590

Browse files
committed
Skip JET in downgrade action
1 parent 30ab784 commit 6693590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- uses: julia-actions/cache@v2
3030
- uses: julia-actions/julia-downgrade-compat@v1
3131
with:
32-
skip: Dates, InteractiveUtils, LinearAlgebra, Logging, Random, Test, SparseArrays, Statistics
32+
skip: Dates, InteractiveUtils, JET, LinearAlgebra, Logging, Random, Test, SparseArrays, Statistics
3333
- uses: julia-actions/julia-buildpkg@latest
3434
- uses: julia-actions/julia-runtest@latest

0 commit comments

Comments
 (0)