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.
1 parent f9e6820 commit c31c62aCopy full SHA for c31c62a
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