Skip to content

Commit

Permalink
retry on adding glpsol and cbc
Browse files Browse the repository at this point in the history
  • Loading branch information
murraybj committed Oct 2, 2024
1 parent 32b95f3 commit b9ede06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:

- name: install glpk and cbc
run: |
apt-get install -y -qq glpk-utils
apt-get install -y -qq coinor-cbc
sudo apt update
sudo apt-get install -y -qq glpk-utils
sudo apt-get install -y -qq coinor-cbc
# Install dependencies
- name: Set up Python 3.11
Expand Down

0 comments on commit b9ede06

Please sign in to comment.