Skip to content

Commit 73171fd

Browse files
committed
corrects url to repo required by pyarrow
1 parent 669a9f9 commit 73171fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
sudo apt-get update
2727
sudo apt-get install -y -V ca-certificates lsb-release wget software-properties-common
28-
wget -O - https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source.list | sudo tee /etc/apt/sources.list.d/apache-arrow.list
28+
wget -O - https://apache.jfrog.io/artifactory/arrow/$(lsb_release -sc)/apache-arrow-apt-source.list | sudo tee /etc/apt/sources.list.d/apache-arrow.list
2929
sudo apt-get update
3030
sudo apt-get install -y libgdal-dev libarrow-dev libarrow-dataset-dev
3131
- name: Run unit tests

0 commit comments

Comments
 (0)