Skip to content

Commit

Permalink
Try to fix RDT build (no apt install)
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Dec 2, 2022
1 parent e511c0a commit 34c6767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ build:
commands:
- git checkout main
- git pull --unshallow
- apt-get update --assume-yes --quiet
- apt-get install --assume-yes --quiet -- build-essential gfortran libopenmpi-dev
# - apt-get update --assume-yes --quiet
# - apt-get install --assume-yes --quiet -- build-essential gfortran libopenmpi-dev
- git clone --depth=1 https://github.com/snek5000/Nek5000_for_snek.git /home/docs/Nek5000
- ls $NEK_SOURCE_ROOT
- cat docs/conf.py
Expand Down

0 comments on commit 34c6767

Please sign in to comment.