Skip to content

Commit d543076

Browse files
committed
jsut pip install . no complete here i think
1 parent a4aa1dd commit d543076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
sudo apt-get -y update
4343
sudo apt-get install -y gdal-bin libgdal-dev libproj-dev libgeos-dev
4444
python -m pip install --upgrade pip wheel
45-
pip install -e .[complete]
45+
pip install -e .
4646
pip freeze
4747
4848
# run tests

0 commit comments

Comments
 (0)