From 80e9a04eb006a3aa529a4eb6dc19ca0284f7fa14 Mon Sep 17 00:00:00 2001 From: mabdullahsoyturk Date: Tue, 19 Nov 2024 18:59:42 +0100 Subject: [PATCH] install necessary solvers before solving the models --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 97538cc..04fc3d7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,5 +22,6 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt pip install tox-gh-actions + gamspy install solver scip reshop mpsge - name: Test models and notebooks run: tox -e testenviron \ No newline at end of file