Skip to content

Commit

Permalink
pip install PySide2
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 31, 2020
1 parent 666cdb8 commit ea1f468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ python3 -m pip install olefile
python3 -m pip install -U pytest
python3 -m pip install -U pytest-cov
python3 -m pip install pyroma
python3 -m pip install PySide2
python3 -m pip install test-image-results
# TODO Remove condition when numpy supports 3.10
if ! [ "$GHA_PYTHON_VERSION" == "3.10-dev" ]; then python3 -m pip install numpy ; fi
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ python3 -m pip install olefile
python3 -m pip install -U pytest
python3 -m pip install -U pytest-cov
python3 -m pip install pyroma
python3 -m pip install PySide2
python3 -m pip install test-image-results

echo -e "[openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~/.numpy-site.cfg
Expand Down

0 comments on commit ea1f468

Please sign in to comment.