Skip to content

Commit

Permalink
Explain rationale for using main branch of downstream package
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede committed Nov 6, 2023
1 parent 0f8ab3e commit 6d1ee66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- name: Retrieve downstream package
# Note: we retrieve the current `main` branch of the downstream package to ensure
# that compatibility errors we make in Trixi.jl are detected already here
# See also https://github.com/trixi-framework/Trixi.jl/pull/1707#discussion_r1382938895
uses: actions/checkout@v4
with:
repository: trixi-framework/${{ matrix.package }}
Expand Down

0 comments on commit 6d1ee66

Please sign in to comment.