Skip to content

PR: Fix issues with CIs #894

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

Merged
merged 1 commit into from
Dec 11, 2020
Merged

PR: Fix issues with CIs #894

merged 1 commit into from
Dec 11, 2020

Conversation

andfoy
Copy link
Contributor

@andfoy andfoy commented Dec 10, 2020

The latest pip dependency solver raised some errors when trying to install the runtime and test dependencies separately via pip install -e .[all], .[test]. This PR fixes this issue by installing both dependency groups simultaneously via pip install -e .[all,test]

@ccordoba12 ccordoba12 merged commit ec7b0ca into palantir:develop Dec 11, 2020
@ccordoba12 ccordoba12 added this to the 0.36.2 milestone Dec 11, 2020
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.

2 participants