Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use PySide2 from EDM instead of PyPI and Use the latest EDM version (3.0.1) #538

Merged
merged 3 commits into from
Oct 29, 2020

Conversation

aaronayres35
Copy link
Contributor

@aaronayres35 aaronayres35 commented Oct 28, 2020

fixes #536

Also fixes #527

In this PR we try to install pyside2 from edm instead of pip. In order to do so, we need to use the latest version of edm in CI, so those version numbers are bumped as well.

In retrospect these should've been two separate PRs (shame!) and if a reviewer would prefer I am happy to go back and split them. Initially I was just trying to fix 536 without realizing it required a fix for 527.

@aaronayres35
Copy link
Contributor Author

Appveyor is failing with

Error: no such option: --add-repository
Command exited with code 1

Im guessing this is because the edm version is 2.0.0 in the appveyor.yml file.

@aaronayres35 aaronayres35 changed the title Use PySide2 from EDM instead of PyPI Use PySide2 from EDM instead of PyPI and Use the latest EDM version (3.0.1) Oct 28, 2020
Copy link
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I went through the CI logs to make sure that there was no funny business with pyside2.

@aaronayres35 aaronayres35 merged commit 5d79516 into master Oct 29, 2020
@rahulporuri rahulporuri deleted the 536-pyside2-edm branch November 2, 2020 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use PySide2 from EDM instead of PyPI Use the latest EDM version (3.0.1)
2 participants