Skip to content

Commit

Permalink
Fix matplotlib install in CI (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSinn authored Dec 18, 2024
1 parent 9773dbb commit 3d0e4af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 2
sudo update-alternatives --set python /usr/bin/python3

python -m pip install --upgrade pip
python -m pip install --upgrade matplotlib==3.2.2 numpy scipy openpmd-viewer openpmd-api
python -m pip install --upgrade matplotlib numpy scipy openpmd-viewer openpmd-api
2 changes: 1 addition & 1 deletion .github/workflows/setup/ubuntu_ompi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 2
sudo update-alternatives --set python /usr/bin/python3

python -m pip install --upgrade pip
python -m pip install --upgrade matplotlib==3.2.2 numpy scipy openpmd-viewer openpmd-api
python -m pip install --upgrade matplotlib numpy scipy openpmd-viewer openpmd-api

0 comments on commit 3d0e4af

Please sign in to comment.