Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvadorBrandolin committed Oct 22, 2024
1 parent 176654b commit 6abc0bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.12"]
python-version: ["3.10", "3.11", "3.12"]
toolchain:
- {compiler: gcc, version: 13}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
sudo apt install -y gfortran-${GCC_V} python3-dev graphviz pandoc
sudo pip install ford markdown
pip install -r python/docs/requirements.txt
pip install python/
- name: Build Developer Documentation
run: |
Expand Down

0 comments on commit 6abc0bf

Please sign in to comment.