Skip to content

Commit 7a1dd6e

Browse files
committed
Do not uselessly precompile in Downstream CI
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 ba3a960 commit 7a1dd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
4343
path: downstream
4444
- name: Load this and run the downstream tests
45-
shell: julia --color=yes --project=downstream {0}
45+
shell: JULIA_PKG_PRECOMPILE_AUTO=0 julia --color=yes --project=downstream {0}
4646
run: |
4747
using Pkg
4848
try

0 commit comments

Comments
 (0)