There was an error while loading. Please reload this page.
1 parent 6ac73ff commit 1ddc904Copy full SHA for 1ddc904
1 file changed
.github/workflows/doc.yaml
@@ -54,14 +54,19 @@ jobs:
54
geopandas
55
pyinterp>=2026.2.0
56
dask
57
+ - name: Install AVISO Client
58
+ shell: bash -l {0}
59
+ run: |
60
+ pip install altimetry-downloader-aviso
61
- name: Install package (for autodoc)
62
shell: bash -l {0}
63
run: |
64
pip install --force-reinstall --no-deps -e .
- - name: Install AVISO Client
65
+ - name: Check fcollections source
66
67
- pip install altimetry-downloader-aviso
68
+ pip show fcollections
69
+ pip show altimetry-downloader-aviso
70
- name: Restore cached sample data
71
uses: actions/cache@v4
72
id: restore_samples
0 commit comments