Skip to content

Commit

Permalink
💚 [#29] fix GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Nov 26, 2024
1 parent 3f22a97 commit ccde16b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Install system dependencies
run: |
&& sudo apt-get update \
sudo apt-get update \
&& sudo apt-get install -y --no-install-recommends \
libgdal-dev \
gdal-bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Install system dependencies
run: |
&& sudo apt-get update \
sudo apt-get update \
&& sudo apt-get install -y --no-install-recommends \
libgdal-dev \
gdal-bin
Expand Down

0 comments on commit ccde16b

Please sign in to comment.