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 a2c27d6 commit ca908dbCopy full SHA for ca908db
.github/workflows/DowngradeSublibraries.yml
@@ -48,7 +48,7 @@ jobs:
48
run: julia --project -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/HolyLab/HolyLabRegistry.git"));'
49
- uses: julia-actions/julia-downgrade-compat@v2
50
with:
51
- project: ${{ matrix.project }}
+ projects: ${{ matrix.project }}
52
skip: Pkg,TOML,LinearAlgebra,Logging,Printf,Random,SparseArrays,Test
53
- uses: julia-actions/julia-buildpkg@v1
54
0 commit comments