File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
python-version : ${{ matrix.python-version }}
28
28
29
+ - name : Install prerequisites
30
+ run : sudo apt install libgeos3.10.2 libgeos-dev -y
31
+
29
32
- name : Install package and dependencies
30
33
run : |
31
34
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 29
29
miniconda-version : " latest"
30
30
auto-update-conda : true
31
31
32
+ - name : Install prerequisites
33
+ run : sudo apt install libgeos3.10.2 libgeos-dev -y
34
+
32
35
- name : Build and upload package
33
36
shell : bash -el {0}
34
37
run : |
Original file line number Diff line number Diff line change 20
20
with :
21
21
python-version : ' 3.11'
22
22
23
+ - name : Install prerequisites
24
+ run : sudo apt install libgeos3.10.2 libgeos-dev -y
25
+
23
26
# Compile package with in-source build
24
27
# Use force-reinstall to downgrade matplotlib if necessary to be compatible with seaborn
25
28
- name : Install
Original file line number Diff line number Diff line change 28
28
python -m pip install --upgrade twine
29
29
python -m pip install --upgrade wheel
30
30
31
+ - name : Install prerequisites
32
+ run : sudo apt install libgeos3.10.2 libgeos-dev -y
33
+
31
34
- name : Build distribution
32
35
run : |
33
36
python setup.py sdist
You can’t perform that action at this time.
0 commit comments