From 4e6c451041059c9bd4d76d7608f7dc6527f83006 Mon Sep 17 00:00:00 2001 From: Sam Dotson Date: Thu, 29 Feb 2024 12:24:07 -0600 Subject: [PATCH] installs pyomo in github workflow --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8ed7835..0e5f7d7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -36,7 +36,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install flake8 pytest + pip install flake8 pytest pyomo==4.6.1 if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Install CBC run: |