Skip to content

Commit c31c62a

Browse files
committed
ci: skip automatic test environment precompile
1 parent f9e6820 commit c31c62a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
test:
1010
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1111
runs-on: ${{ matrix.os }}
12+
env:
13+
# Pkg.test otherwise precompiles the entire transitive SciML environment.
14+
JULIA_PKG_PRECOMPILE_AUTO: "0"
1215
strategy:
1316
fail-fast: false
1417
matrix:

0 commit comments

Comments
 (0)