Skip to content

Commit

Permalink
Fix & cosmetics (#4)
Browse files Browse the repository at this point in the history
* Using matplotlib <= 3.7 to avoid error on github

* update date
  • Loading branch information
sofianehaddad authored Apr 13, 2023
1 parent ad5ba9b commit 99acbc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Build
shell: bash -l {0}
run: |
conda install -y openturns numpy pytest numpydoc sphinx sphinx-gallery sphinx_rtd_theme pandoc flake8
conda install -y openturns numpy pytest numpydoc sphinx sphinx-gallery sphinx_rtd_theme pandoc flake8 "matplotlib<3.7"
flake8 --max-line-length=120
python setup.py install
pytest
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

# General information about the project.
project = u"ottemplate"
copyright = u"2005-2022 Airbus-EDF-IMACS-ONERA-Phimeca"
copyright = u"2005-2023 Airbus-EDF-IMACS-ONERA-Phimeca"
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
Expand Down

0 comments on commit 99acbc0

Please sign in to comment.