forked from highperformancecoder/scidavis-old
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request highperformancecoder#214 from Suthiro/sipfix
Fix for new CI environment
- Loading branch information
Showing
3 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,7 +108,8 @@ jobs: | |
- name: Install Python packages | ||
if: ${{ matrix.qt_ver == '5.15.2' }} | ||
run: pip install sip==5.5.0 pyqt5 numpy | ||
run: | | ||
pip install sip==5.5.0 pyqt5==5.15.2 PyQt5-sip==12.8.1 numpy | ||
- name: Configuring | ||
run: | | ||
|
@@ -154,7 +155,7 @@ jobs: | |
mingw-w64-x86_64-gsl | ||
mingw-w64-x86_64-gl2ps | ||
mingw-w64-x86_64-gtest | ||
mingw-w64-x86_64-sip5 | ||
mingw-w64-x86_64-sip4 | ||
mingw-w64-x86_64-python-pyqt5 | ||
mingw-w64-x86_64-python-numpy | ||
|
@@ -198,8 +199,11 @@ jobs: | |
|
||
- name: Install prerequisties | ||
run: | | ||
brew install muparser gsl gl2ps googletest sip | ||
pip install pyqt5 numpy | ||
brew install muparser gsl gl2ps googletest | ||
brew tap-new $USER/local-sip | ||
brew extract --version=4.19.25 sip $USER/local-sip | ||
brew install [email protected] | ||
pip install pyqt5 numpy | ||
- name: Configuring | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters