We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f193a3 commit 6194048Copy full SHA for 6194048
.github/workflows/Downgrade.yml
@@ -41,7 +41,7 @@ jobs:
41
- uses: julia-actions/setup-julia@v1
42
with:
43
version: ${{ matrix.version }}
44
- - uses: cjdoris/julia-downgrade-compat-action@v1
+ - uses: julia-actions/julia-downgrade-compat@v1
45
# if: ${{ matrix.version == '1.6' }}
46
47
skip: Pkg,TOML
@@ -50,4 +50,4 @@ jobs:
50
run: julia --project -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/HolyLab/HolyLabRegistry.git")); Pkg.add("QuadDIRECT")'
51
- uses: julia-actions/julia-runtest@v1
52
env:
53
- GROUP: ${{ matrix.group }}
+ GROUP: ${{ matrix.group }}
0 commit comments