Skip to content

Commit

Permalink
CI: don't fetch appache-arrow repo (corteva#684)
Browse files Browse the repository at this point in the history
In GDAL 3.5.3 docker repo keys for appach-arrow are stale,
this will probably be fixed by rebuilding that docker image.
For now we can just remove that repo before running update.
  • Loading branch information
Kirill888 authored Jul 15, 2023
1 parent 5234747 commit 8bd926b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Remove unused apt repo
if: ${{ matrix.gdal-version }} == '3.5.3'
run: |
rm -f /etc/apt/sources.list.d/apache-arrow.sources
- name: Update
run: |
apt-get update
Expand Down

0 comments on commit 8bd926b

Please sign in to comment.