Skip to content

Commit

Permalink
bump hail (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonghaoy authored Apr 18, 2024
1 parent e7bc2bb commit b26fb19
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-terra-jupyter-aou.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -53,7 +53,7 @@ jobs:
run: sudo rm -rf /usr/share/dotnet

- id: auth
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.TD_GCP_SA_KEY }}
create_credentials_file: true
Expand Down
2 changes: 1 addition & 1 deletion config/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"r"
],
"packages" : {},
"version" : "2.2.10",
"version" : "2.2.11",
"automated_flags" : {
"include_in_ui" : false,
"generate_docs" : false,
Expand Down
6 changes: 6 additions & 0 deletions terra-jupyter-aou/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.2.11 - 2024-04-10
- Update `hail` to `0.2.130`
- See https://hail.is/docs/0.2/change_log.html#version-0-2-130) for details

Image URL: `us.gcr.io/broad-dsp-gcr-public/terra-jupyter-aou:2.2.11`

## 2.2.10 - 2024-04-05
- Update `hail` to `0.2.129`
- See https://hail.is/docs/0.2/change_log.html#version-0-2-129) for details
Expand Down
2 changes: 1 addition & 1 deletion terra-jupyter-aou/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ENV PYTHONPATH $PYTHONPATH:/usr/lib/spark/python

ENV PYSPARK_PYTHON=python3

ENV HAIL_VERSION=0.2.129
ENV HAIL_VERSION=0.2.130

RUN find $JUPYTER_HOME/scripts -name '*.sh' -type f | xargs chmod +x \
&& $JUPYTER_HOME/scripts/kernel/kernelspec.sh $JUPYTER_HOME/scripts/kernel /opt/conda/share/jupyter/kernels \
Expand Down

0 comments on commit b26fb19

Please sign in to comment.