Skip to content

Commit

Permalink
CI: Add python dependencies to install task
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange05 committed Aug 24, 2024
1 parent db60bf4 commit ab48012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
# Installs required packages
- name: Package installation
run: |
sudo apt-get install libc-dev-bin gfortran-9 gcc-9 g++-9
sudo apt-get install libc-dev-bin gfortran-9 gcc-9 g++-9 python3-minimal python3-venv
# Install MPI
- name: Install MPI via Apt
Expand Down

0 comments on commit ab48012

Please sign in to comment.