From b23c371c555421649fe214a084db3f0165c82289 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 26 Jul 2025 22:56:36 -0400 Subject: [PATCH] Turn off RE_RESOLVE in README If the resolver runs again it can completely undo the downwards resolve, so this was found necessary in usage. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a0e8141..18aee7b 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ jobs: skip: Pkg, TOML - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 + with: + ALLOW_RERESOLVE: false ``` The action requires Julia to be installed, so must occur after `setup-julia`. It runs just