1 parent 291cdd7 commit e6f363cCopy full SHA for e6f363c
1 file changed
.github/workflows/linting_and_testing.yml
@@ -44,6 +44,12 @@ jobs:
44
conda run -n test conda install -c loop3d -c conda-forge --file dependencies.txt python=${{ matrix.python-version }} -y
45
conda run -n test conda install pytest python=${{ matrix.python-version }} -y
46
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
+
53
- name: Install map2loop
54
run: |
55
conda run -n test python -m pip install .
0 commit comments