Skip to content

Commit eeeba28

Browse files
authored
Do not uselessly precompile in Downstream CI (#340)
Previously, it would precompile the dep after installing, and then launch a new test process with different settings and precompile again. Disable the first precompilation.
1 parent 8f21c92 commit eeeba28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- name: Load this and run the downstream tests
4545
shell: julia --color=yes --project=downstream {0}
4646
run: |
47+
ENV["JULIA_PKG_PRECOMPILE_AUTO"] = 0
4748
using Pkg
4849
try
4950
# force it to use this PR's version of the package

0 commit comments

Comments
 (0)