We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcbb26 commit 5bae455Copy full SHA for 5bae455
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
python-version: ${{ matrix.python-version }}
39
architecture: x64
40
- - run: apt install --yes libgeos-dev
+ - run: sudo apt-get install --yes libgeos-dev
41
- run: uv pip install wheel
42
- run: uv pip install -r requirements-dev.txt
43
- run: uv pip install -r requirements.txt
0 commit comments