Skip to content

Commit 6fc4fe1

Browse files
author
peng.li24
committed
[fix] CI: remove --break-system-packages (not in pip 22 on ubuntu-22.04)
1 parent 9a7a30d commit 6fc4fe1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
sudo apt-get update
2020
sudo apt-get install -y libgeos-dev python3-pip
21-
python3 -m pip install --break-system-packages shapely
21+
python3 -m pip install shapely
2222
2323
- name: Configure and build .deb
2424
run: |
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
sudo apt-get update
4040
sudo apt-get install -y libgeos-dev python3-pip
41-
python3 -m pip install --break-system-packages shapely
41+
python3 -m pip install shapely
4242
4343
- name: Build .deb
4444
run: |

0 commit comments

Comments
 (0)