Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to use Ferrite master branch #132

Merged
Merged
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
julia --color=yes --project=. -e '
using Pkg
Pkg.add(url="https://github.com/Ferrite-FEM/Ferrite.jl.git", rev="bdd5b41");
Pkg.add(url="https://github.com/Ferrite-FEM/Ferrite.jl.git", rev="b6976d3");
Pkg.instantiate();
Pkg.precompile();'
- uses: julia-actions/julia-runtest@v1
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ CuThunderboltExt = "CUDA"
Aqua = "0.8"
BlockArrays = "1"
DiffEqBase = "6.151.3"
julia = "1.10"
LinearSolve = "2"
ModelingToolkit = "9"
UnPack = "1"
julia = "1.10"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Installing Thunderbolt can then be done from the Pkg REPL; press `]` at the `jul
enter `pkg>` mode:

```
pkg> add Ferrite#master, https://github.com/termi-official/Thunderbolt.jl#main
pkg> add Ferrite#b6976d3, https://github.com/termi-official/Thunderbolt.jl#main
```

> [!NOTE]
Expand Down
Loading