Skip to content

Commit 1ddc904

Browse files
author
Tonneau Anne-Sophie (CELAD)
committed
ci: force reinstall files-collections from pip
1 parent 6ac73ff commit 1ddc904

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/doc.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,19 @@ jobs:
5454
geopandas
5555
pyinterp>=2026.2.0
5656
dask
57+
- name: Install AVISO Client
58+
shell: bash -l {0}
59+
run: |
60+
pip install altimetry-downloader-aviso
5761
- name: Install package (for autodoc)
5862
shell: bash -l {0}
5963
run: |
6064
pip install --force-reinstall --no-deps -e .
61-
- name: Install AVISO Client
65+
- name: Check fcollections source
6266
shell: bash -l {0}
6367
run: |
64-
pip install altimetry-downloader-aviso
68+
pip show fcollections
69+
pip show altimetry-downloader-aviso
6570
- name: Restore cached sample data
6671
uses: actions/cache@v4
6772
id: restore_samples

0 commit comments

Comments
 (0)