Skip to content

Commit 5bae455

Browse files
committed
Use sudo for apt install
1 parent 5dcbb26 commit 5bae455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
architecture: x64
40-
- run: apt install --yes libgeos-dev
40+
- run: sudo apt-get install --yes libgeos-dev
4141
- run: uv pip install wheel
4242
- run: uv pip install -r requirements-dev.txt
4343
- run: uv pip install -r requirements.txt

0 commit comments

Comments
 (0)