We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9e6820 + c31c62a commit e1fb769Copy full SHA for e1fb769
1 file changed
.github/workflows/ci.yml
@@ -9,6 +9,9 @@ jobs:
9
test:
10
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
11
runs-on: ${{ matrix.os }}
12
+ env:
13
+ # Pkg.test otherwise precompiles the entire transitive SciML environment.
14
+ JULIA_PKG_PRECOMPILE_AUTO: "0"
15
strategy:
16
fail-fast: false
17
matrix:
0 commit comments