Skip to content

Commit 3db61ab

Browse files
authored
Update action.yml
1 parent 0a8e460 commit 3db61ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/scala_build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ runs:
1515
- name: Configure python interpreter
1616
shell: bash
1717
run: |
18-
pip install numpy==${{ matrix.numpy }}
1918
sudo bash <<EOF
2019
add-apt-repository ppa:deadsnakes/ppa
2120
apt update
@@ -28,6 +27,7 @@ runs:
2827
chmod -R 766 /databricks/
2928
EOF
3029
python${{ matrix.python_minor }} -m venv /databricks/python3
30+
/databricks/python3/bin/pip install numpy==${{ matrix.numpy }}
3131
- name: Add packaged GDAL dependencies
3232
shell: bash
3333
run : |

0 commit comments

Comments
 (0)