Skip to content

Commit

Permalink
ci: missing sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
program-- committed Jan 23, 2025
1 parent 214c7db commit e3eafa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:

- name: Install system dependencies
run: |
apt-get install software-properties-common
add-apt-repository ppa:ubuntugis/ppa
apt-get install geos
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ubuntugis/ppa
sudo apt-get install geos
- name: Install the project
run: uv sync --all-extras --dev
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:

- name: Install system dependencies
run: |
apt-get install software-properties-common
add-apt-repository ppa:ubuntugis/ppa
apt-get install geos
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ubuntugis/ppa
sudo apt-get install geos
- name: Install the project
run: uv sync --all-extras --group docs
Expand Down

0 comments on commit e3eafa7

Please sign in to comment.