Skip to content
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: nightly verification failing #1247

Closed
lidavidm opened this issue Nov 1, 2023 · 2 comments · Fixed by #1252
Closed

ci: nightly verification failing #1247

lidavidm opened this issue Nov 1, 2023 · 2 comments · Fixed by #1252
Assignees

Comments

@lidavidm
Copy link
Member

lidavidm commented Nov 1, 2023

=== Testing adbc_driver_flightsql ===
env python -m pytest -vv /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/arrow-adbc-0.8.0.XXXXX.alTzz6FB/apache-arrow-adbc-0.8.0/python/adbc_driver_flightsql/tests
/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/arrow-adbc-0.8.0.XXXXX.alTzz6FB/mambaforge/envs/conda-source/bin/python: No module named pytest
+ cleanup
+ '[' no = yes ']'
Failed to verify release candidate. See /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/arrow-adbc-0.8.0.XXXXX.alTzz6FB for details.
@lidavidm lidavidm added this to the ADBC Libraries 0.8.0 milestone Nov 1, 2023
@lidavidm lidavidm self-assigned this Nov 1, 2023
@lidavidm
Copy link
Member Author

lidavidm commented Nov 1, 2023

This seems to be because mamba defaults to python 3.12, but then duckdb doesn't have a build for that on conda-forge, and that's taking a while, and then because of that the whole env setup fails, so pytest isn't installed

@lidavidm
Copy link
Member Author

lidavidm commented Nov 2, 2023

We can pin 3.11 and unpin hopefully next release: #1251

vleslief-ms pushed a commit to vleslief-ms/arrow-adbc that referenced this issue Nov 9, 2023
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 a pull request may close this issue.

1 participant