We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67b7ff commit a555554Copy full SHA for a555554
1 file changed
.github/workflows/downgrade.yml
@@ -26,4 +26,7 @@ jobs:
26
skip: Pkg,TOML,InteractiveUtils,Random,LinearAlgebra,Logging
27
- uses: julia-actions/cache@v2
28
- uses: julia-actions/julia-buildpkg@v1
29
- - uses: julia-actions/julia-runtest@v1
+ - uses: julia-actions/julia-runtest@v1
30
+ with:
31
+ allow_reresolve: false
32
+ force_latest_compatible_version: false
0 commit comments