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

GH-44381: [Ruby][Release] Pin not only glib but also python on verification jobs #44382

Merged
merged 2 commits into from
Oct 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -775,9 +775,9 @@ test_glib() {
show_header "Build and test C GLib libraries"

# Build and test C GLib
# We can remove '==2.80.5' once https://github.com/conda-forge/glib-feedstock/issues/191
# is fixed.
maybe_setup_conda glib==2.80.5 gobject-introspection meson ninja ruby
# We can remove '==2.80.5' and 'python<3.13' once
# https://github.com/conda-forge/glib-feedstock/issues/191 is fixed.
maybe_setup_conda glib==2.80.5 gobject-introspection meson ninja 'python<3.13' ruby
maybe_setup_virtualenv meson

# Install bundler if doesn't exist
Expand Down
Loading