Skip to content

Commit

Permalink
Merge pull request #704 from ArnoStrouwen/patch-3
Browse files Browse the repository at this point in the history
[skip ci] update downgrade CI repo
  • Loading branch information
ChrisRackauckas authored Feb 18, 2024
2 parents 6f193a3 + 6194048 commit 4246bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
- uses: cjdoris/julia-downgrade-compat-action@v1
- uses: julia-actions/julia-downgrade-compat@v1
# if: ${{ matrix.version == '1.6' }}
with:
skip: Pkg,TOML
Expand All @@ -50,4 +50,4 @@ jobs:
run: julia --project -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/HolyLab/HolyLabRegistry.git")); Pkg.add("QuadDIRECT")'
- uses: julia-actions/julia-runtest@v1
env:
GROUP: ${{ matrix.group }}
GROUP: ${{ matrix.group }}

0 comments on commit 4246bb0

Please sign in to comment.