Skip to content

Commit

Permalink
Update continous_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sahiljhawar authored Oct 16, 2024
1 parent 89bbf0d commit 1f7401c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended dvipng cm-super
update-alternatives --list mpi|grep "${{ matrix.MPI }}" | xargs -rt sudo update-alternatives --set mpi
update-alternatives --list mpirun|grep "${{ matrix.MPI }}" | xargs -rt sudo update-alternatives --set mpirun
- name: MPI location
run: which mpiexec

- name: Install Python dependencies
run: |
python -m pip install --upgrade git+https://github.com/bitranox/wrapt_timeout_decorator.git
Expand Down

0 comments on commit 1f7401c

Please sign in to comment.