Skip to content

Commit e1fb769

Browse files
authored
Merge pull request #27 from JuliaQUBO/ci/disable-automatic-precompile
CI: avoid automatic full-environment precompile
2 parents f9e6820 + c31c62a commit e1fb769

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)