Skip to content

Commit

Permalink
Merge branch 'main' into hr/prod_dest_one_function_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Nov 5, 2024
2 parents 82556b3 + 6ca36f5 commit 590fa58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1'
- '1.10' # current lts
- '1.9'
os:
- ubuntu-latest
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-downgrade-compat@v1
with:
skip: LinearAlgebra,SparseArrays
skip: LinearAlgebra,SparseArrays,Statistics
projects: ., test
- uses: julia-actions/julia-buildpkg@v1
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@v1.23.6
uses: crate-ci/typos@v1.26.8

0 comments on commit 590fa58

Please sign in to comment.