Skip to content

Commit e6f363c

Browse files
committed
display gdal owslib versions
1 parent 291cdd7 commit e6f363c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/linting_and_testing.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
conda run -n test conda install -c loop3d -c conda-forge --file dependencies.txt python=${{ matrix.python-version }} -y
4545
conda run -n test conda install pytest python=${{ matrix.python-version }} -y
4646
47+
- name: displace gdal owslib version
48+
run: |
49+
echo "${{ matrix.os }} ${{ matrix.python-version }}"
50+
conda run -n test conda list gdal
51+
conda run -n test conda list owslib
52+
4753
- name: Install map2loop
4854
run: |
4955
conda run -n test python -m pip install .

0 commit comments

Comments
 (0)