-
Notifications
You must be signed in to change notification settings - Fork 564
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
ci: moving to GHA #1010
ci: moving to GHA #1010
Conversation
This reverts commit 228fe8a.
@@ -65,10 +65,10 @@ jobs: | |||
appium plugin install execute-driver | |||
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors > appium.log & | |||
|
|||
- name: Set up Python 3.9 | |||
- name: Set up Python 3.12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this plugin allow to just set the version to "latest"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, it looks like no. I tried the latest
once but may have failed at that time. After removing the version, I installed v3.8.
try: | ||
self.driver.set_network_connection(ConnectionType.DATA_ONLY) | ||
except Exception: | ||
assert False, "Should not raise any exceptions" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you could also use pytest.fail
This PR will remove Azure completely