Skip to content

Commit

Permalink
Update to Ferrite 1.0 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
termi-official authored Oct 1, 2024
1 parent a39cd03 commit 000fe6c
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 223 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,9 @@ jobs:
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@v2
# - uses: julia-actions/julia-buildpkg@v1
- name: Install dependencies
run: |
julia --color=yes --project=. -e '
using Pkg
Pkg.add(url="https://github.com/Ferrite-FEM/Ferrite.jl.git", rev="b6976d3");
Pkg.instantiate();
Pkg.precompile();'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
# - uses: julia-actions/julia-processcoverage@v1
# - uses: codecov/codecov-action@v1
# with:
# file: lcov.info
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
file: lcov.info
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ CuThunderboltExt = "CUDA"
Aqua = "0.8"
BlockArrays = "1"
DiffEqBase = "6.151.3"
Ferrite = "1"
LinearSolve = "2"
ModelingToolkit = "9"
UnPack = "1"
Expand Down
Loading

0 comments on commit 000fe6c

Please sign in to comment.