Skip to content

Commit

Permalink
Modified GH ci such that it uses the latest T8code.jl package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Markert committed Apr 26, 2024
1 parent e93ebeb commit ae141d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
env:
PYTHON: ""
- name: Configure new T8code.jl version environment
shell: julia --project="." --color=yes {0}
run: |
using Pkg
Pkg.add(PackageSpec(url="https://github.com/DLR-AMR/T8code.jl", rev="bump-to-t8code-2.0.0"))
Pkg.instantiate()
- name: Run tests without coverage
uses: julia-actions/julia-runtest@v1
with:
Expand Down

0 comments on commit ae141d5

Please sign in to comment.