We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb8424 commit d34b8bdCopy full SHA for d34b8bd
.github/workflows/ci.yml
@@ -82,7 +82,10 @@ jobs:
82
- name: Install
83
shell: bash
84
run: |
85
- python -m pip install dist/${PACKAGE}*.whl
+ echo "-- Temporary workaround: gdal is not easily installavle via pip"
86
+ echo "-- It will be possible to remove the workaround once PR gh-5 will be merged"
87
+ python -m pip install pandas xarray dask scipy netcdf4 matplotlib
88
+ python -m pip install --no-deps dist/${PACKAGE}*.whl
89
90
- name: Install test dependencies
91
0 commit comments