Skip to content

Commit

Permalink
Update pinned cpg-utils version in dataproc install common script (#684)
Browse files Browse the repository at this point in the history
* Update pinned cpg-utils version in dataproc install common script

* Update dataproc/init_scripts/install_common.sh

Co-authored-by: Michael Franklin <22381693+illusional@users.noreply.github.com>

---------

Co-authored-by: Michael Franklin <22381693+illusional@users.noreply.github.com>
  • Loading branch information
EddieLF and illusional committed Apr 16, 2024
1 parent 30efba7 commit f5489b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataproc/init_scripts/install_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pip3 install /home/hail/hail*.whl

# 2024-01-12: Although I'm not _exactly_ sure why, cpg-utils is not being correctly installed
# in the initialisation script, the other dependencies seem fine, so this _hack_ resolves that.
pip3 install --no-deps 'cpg-utils>=4.18.3'
pip3 install --no-deps 'cpg-utils>=5.0.4'

# Install phantomjs with a workaround for the libssl_conf.so on Debian Buster:
# https://github.com/bazelbuild/rules_closure/issues/351#issuecomment-854628326
Expand Down

0 comments on commit f5489b1

Please sign in to comment.