Skip to content

Commit

Permalink
apt installg
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Dec 10, 2024
1 parent b637e0f commit 7325b3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install -r requirements.txt
- run: |
pip install -r requirements.txt
sudo apt-get update
sudo apt-get install libglpk-dev
- name: Set up renv
uses: r-lib/actions/setup-renv@v2
- name: Set up quarto
Expand Down

0 comments on commit 7325b3d

Please sign in to comment.