Skip to content

Commit

Permalink
use fotran-lang installer
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebenelli committed Dec 11, 2024
1 parent 7055230 commit 3c8e63c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@ jobs:
documentation:
runs-on: ubuntu-22.04

env:
FC: gfortran
GCC_V: 13

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup Fortran Compiler
uses: fortran-lang/setup-fortran@v1
id: setup-fortran
with:
compiler: "gcc"
version: 13

- name: Install Dependencies Ubuntu
run: |
sudo apt-get update
sudo apt install -y gfortran-${GCC_V} python3-dev graphviz pandoc
sudo apt install -y python3-dev graphviz pandoc
sudo pip install ford markdown
pip install -r python/docs/requirements.txt
pip install -r python/requirements-build.txt
Expand Down

0 comments on commit 3c8e63c

Please sign in to comment.