Skip to content

Commit dc184de

Browse files
committed
CI: xarray seems to require typing_extensions
1 parent a328f49 commit dc184de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-mms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cd /home/boutuser/zoidberg
3737
python3 -m ensurepip
3838
python3 -m pip install .
39-
python3 -m pip install xarray
39+
python3 -m pip install xarray typing_extensions
4040
4141
- name: Run
4242
run: |

0 commit comments

Comments
 (0)