Skip to content

Commit

Permalink
Fix Downstream CI by only testing Fenrir's "Downstream" tests
Browse files Browse the repository at this point in the history
This way Aqua and JET don't get tested anymore, which is the thing that
currently makes the CI fail.
  • Loading branch information
nathanaelbosch committed Nov 11, 2023
1 parent e69bff3 commit d0ef196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
julia-version: [1]
os: [ubuntu-latest]
package:
- {user: nathanaelbosch, repo: Fenrir.jl, group: All}
- {user: nathanaelbosch, repo: Fenrir.jl, group: Downstream}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d0ef196

Please sign in to comment.