Skip to content

Commit

Permalink
CI: don't fetch apache-arrow repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Jul 12, 2023
1 parent 66dc7ca commit b7bef5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:

- name: Update
run: |
# work around for missing signing key in gdal 3.5.3 docker
rm /etc/apt/sources.list.d/apache-arrow.sources || true
apt-get update
apt-get -y install software-properties-common
add-apt-repository -y ppa:deadsnakes/ppa
Expand Down

0 comments on commit b7bef5a

Please sign in to comment.