Skip to content

Commit 1037806

Browse files
committed
print gdal owslib shapely version
1 parent e58156d commit 1037806

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/linting_and_testing.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ jobs:
5353
conda run -n test conda install -c loop3d -c conda-forge --file dependencies.txt python=${{ matrix.python-version }} -y
5454
conda run -n test conda install pytest python=${{ matrix.python-version }} -y
5555
56+
- name: displace gdal owslib version
57+
run: |
58+
echo "${{ matrix.os }} ${{ matrix.python-version }}"
59+
conda run -n test conda list gdal
60+
conda run -n test conda list owslib
61+
conda run -n test python -c "from shapely import geos_version; print('geos_version: ', geos_version)"
62+
conda run -n test python -c "import shapely; print('shapely version: ',shapely.__version__)"
5663
5764
- name: Install map2loop
5865
run: |

0 commit comments

Comments
 (0)