-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add .GetRevisions() option #297
Conversation
The code works, but I'm unable to figure out how to install the |
@rasa thanks! pre-commit hook fails, please check the output, run linters locally to fix it. After that we can run the tests on CI.
Has to be something like (in a virtualenv):
|
Thanks! I tried If I had foresight, I would have checked here where I would have found When I run the tests, the first Google Signin works, but the next two just spin forever at
|
@rasa looks like also Python 3.8 / 3.9 tests fail. Please check the logs above. |
The logs show the same error that occurred on July 10 in these logs so I don't think the issue is with my PR. The July 5 run was the last to succeed. Edit: Perhaps we need to pin the specific Python version? I can look into that in a few hours. |
Yes, you are right, most likely PyInstaller got updated actually. We'll check that. |
@rasa thanks! I've merged it and triggered the release process. |
No description provided.