We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1dd6e commit 3be8a39Copy full SHA for 3be8a39
.github/workflows/Downstream.yml
@@ -42,8 +42,9 @@ jobs:
42
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
43
path: downstream
44
- name: Load this and run the downstream tests
45
- shell: JULIA_PKG_PRECOMPILE_AUTO=0 julia --color=yes --project=downstream {0}
+ shell: julia --color=yes --project=downstream {0}
46
run: |
47
+ ENV["JULIA_PKG_PRECOMPILE_AUTO"] = 0
48
using Pkg
49
try
50
# force it to use this PR's version of the package
0 commit comments