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
The AppVeyor build is using a bunch of outdated idioms and workarounds, such as calling setup.py directly to install PyArrow.
setup.py
Continuous Integration, Python
The text was updated successfully, but these errors were encountered:
apacheGH-44991: [CI][Python] Fix and modernize AppVeyor build
915fddf
1. Use Mambaforge instead of outdated Miniconda install 2. Install PyArrow using pip, not setup.py Also fixes apacheGH-44997.
178836b
9016a83
pitrou
Successfully merging a pull request may close this issue.
Describe the enhancement requested
The AppVeyor build is using a bunch of outdated idioms and workarounds, such as calling
setup.py
directly to install PyArrow.Component(s)
Continuous Integration, Python
The text was updated successfully, but these errors were encountered: