Skip to content

Commit

Permalink
Small changes to pass CI testing
Browse files Browse the repository at this point in the history
Newer versions of MarkupSafe and jinja2 don't play nicely with the (older)
version of sphinx we are using; updating py_requirements.txt won't allow these
newer versions to be used.
  • Loading branch information
mnlevy1981 committed May 12, 2022
1 parent 51fac36 commit b50b03a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
sudo apt-get update
sudo apt install make gfortran netcdf-bin libnetcdf-dev libnetcdff-dev openmpi-bin libopenmpi-dev
- name: Build docs
continue-on-error: True
run: |
cd docs/src
make html
Expand Down

0 comments on commit b50b03a

Please sign in to comment.