We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58156d commit 1037806Copy full SHA for 1037806
.github/workflows/linting_and_testing.yml
@@ -53,6 +53,13 @@ jobs:
53
conda run -n test conda install -c loop3d -c conda-forge --file dependencies.txt python=${{ matrix.python-version }} -y
54
conda run -n test conda install pytest python=${{ matrix.python-version }} -y
55
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__)"
63
64
- name: Install map2loop
65
run: |
0 commit comments