From 52a60c857a05c9dab8b97bac3ee840bafba867e1 Mon Sep 17 00:00:00 2001 From: Orjan Ameye Date: Thu, 2 Apr 2026 15:40:30 +0200 Subject: [PATCH] add MathOptInterface and PowerModels to downstream tests --- .github/workflows/downstream.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 5c83880..44ff903 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -14,6 +14,8 @@ jobs: os: ['ubuntu-latest'] package: - {user: jump-dev, repo: JuMP.jl} + - {user: jump-dev, repo: MathOptInterface.jl} + - {user: lanl-ansi, repo: PowerModels.jl} steps: - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2