Skip to content

Commit

Permalink
Pin Python too
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 12, 2024
1 parent 0df66ce commit f82c2ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,9 @@ test_glib() {
show_header "Build and test C GLib libraries"

# Build and test C GLib
maybe_setup_conda glib 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

0 comments on commit f82c2ba

Please sign in to comment.