Skip to content

Commit

Permalink
bump ipython version
Browse files Browse the repository at this point in the history
  • Loading branch information
sllynn committed Nov 29, 2024
1 parent 6dbceb1 commit 476499e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/scala_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ runs:
if: inputs.skip_tests == 'false'
shell: bash
run: |
which python3
readlink -f $(which python3)
sudo update-alternatives --install /usr/bin/python3 python3 /databricks/python3/bin/python3 1
which python3
readlink -f $(which python3)
/databricks/python3/bin/python3 -c 'import numpy as np; print(np.__version__)'
python3 -c 'import numpy as np; print(np.__version__)'
sudo mvn -q clean install
Expand Down

0 comments on commit 476499e

Please sign in to comment.