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 476499e commit 6c9d477
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/scala_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ runs:
shell: bash
run: |
readlink -f $(which python3)
sudo update-alternatives --install /usr/bin/python3 python3 /databricks/python3/bin/python3 1
source /databricks/python3/bin/activate
readlink -f $(which python3)
echo $PATH
/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 6c9d477

Please sign in to comment.