Skip to content

Commit 6033f58

Browse files
committed
Stabilize Julia latest tests on Windows
1 parent 59c0c4f commit 6033f58

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
- uses: julia-actions/cache@v3
3535
- uses: julia-actions/julia-buildpkg@v1
3636
- uses: julia-actions/julia-runtest@v1
37+
if: matrix.version != '1' || matrix.os != 'windows-latest'
38+
- uses: julia-actions/julia-runtest@v1
39+
if: matrix.version == '1' && matrix.os == 'windows-latest'
40+
env:
41+
# Parallel precompilation can stall on the large SciML dependency graph.
42+
JULIA_NUM_PRECOMPILE_TASKS: 1
3743
# - uses: julia-actions/julia-processcoverage@v1
3844
# - uses: codecov/codecov-action@v2
3945
# with:

0 commit comments

Comments
 (0)