Skip to content

Commit

Permalink
yaml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Dec 10, 2024
1 parent 7325b3d commit edf379b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
with:
python-version: '3.10'
- run: |
pip install -r requirements.txt
sudo apt-get update
sudo apt-get install libglpk-dev
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 edf379b

Please sign in to comment.