Skip to content

Commit

Permalink
Fix 2D tests: remove system copy of Matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni authored Mar 5, 2025
1 parent 0fe82c2 commit 501c6fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ jobs:
-Duse_cmake_find_lapack=ON -Dbuild_tests=OFF -DCMAKE_VERBOSE_MAKEFILE=ON
fi
# Python modules required for test analysis
# (remove system copy of Matplotlib to avoid conflict
# with version set in the requirements file - see, e.g.,
# https://github.com/matplotlib/matplotlib/issues/28768)
sudo apt remove python3-matplotlib
python3 -m pip install --upgrade -r Regression/requirements.txt
python3 -m pip cache purge
# external repositories required for test analysis
Expand Down

0 comments on commit 501c6fe

Please sign in to comment.