Skip to content

Commit

Permalink
Unpinned GridapSolvers develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed May 16, 2024
1 parent c368b9f commit 9fe05bb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- run: julia --project=. -e 'using Pkg; Pkg.add(name="GridapSolvers", rev="develop");'
- uses: actions/cache@v1
env:
cache-name: cache-artifacts
Expand Down Expand Up @@ -51,7 +50,6 @@ jobs:
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
Pkg.add(name="GridapSolvers", rev="develop")'
- run: julia --project=docs docs/make.jl
env:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
1 change: 0 additions & 1 deletion .github/workflows/ci_mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
- uses: julia-actions/julia-buildpkg@latest
- run: echo $PWD
- run: julia --project=. -e 'using Pkg; Pkg.instantiate();'
- run: julia --project=. -e 'using Pkg; Pkg.add(name="GridapSolvers", rev="develop");'
- run: julia --project=. -e 'using Pkg; Pkg.add("MPIPreferences")'
- run: julia --project=. -e 'using MPIPreferences; MPIPreferences.use_system_binary()'
- run: julia --project=. -e 'using Pkg; Pkg.build(); Pkg.precompile()'
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ GridapTopOpt is computational toolbox for level set-based topology optimisation

## Citation
In order to give credit to the `GridapTopOpt` contributors, we ask that you please reference the above paper along with the required citations for [Gridap](https://github.com/gridap/Gridap.jl?tab=readme-ov-file#how-to-cite-gridap).

## Known issues
- We currently require the `develop` branch of `GridapSolvers` for `GridapTopOpt`. Ensure that this is correctly loaded via `pkg> add GridapSolvers#develop`.

0 comments on commit 9fe05bb

Please sign in to comment.