We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
PyPI install test is failing due to the issue reported in #534. The issue has been fixed in #640 but a new version hasn't been released to PyPI yet.
Currently, the test is triggered by push as we don't expect the change introduced in every push to be available in PyPI.
push
To Reproduce
Push a commit or tag.
Expected behavior
No build or test failure.
Screenshots
Environment (please complete the following information):
pandas
scikit-learn
cython
pandas==0.25
scikit-learn==0.22
cython==0.28
Additional context
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
PyPI install test is failing due to the issue reported in #534. The issue has been fixed in #640 but a new version hasn't been released to PyPI yet.
Currently, the test is triggered by
push
as we don't expect the change introduced in every push to be available in PyPI.To Reproduce
Push a commit or tag.
Expected behavior
No build or test failure.
Screenshots
Environment (please complete the following information):
pandas
,scikit-learn
,cython
): [e.g.pandas==0.25
,scikit-learn==0.22
,cython==0.28
]Additional context
The text was updated successfully, but these errors were encountered: