Skip to content

Commit b41353c

Browse files
committed
Temporary fix for downstream test.
This doesn't belong in this repo, it is the responsibility of modelskill to be aware of upstream changes.
1 parent abc92fb commit b41353c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/downstream_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# TODO move this test to the modelskill repo
12
name: Downstream test
23

34
on:
@@ -27,5 +28,6 @@ jobs:
2728
run: |
2829
git clone --depth 1 https://github.com/DHI/modelskill.git
2930
cd modelskill
30-
pip install .[test]
31+
pip install .
32+
pip install geopandas openpyxl dask
3133
pytest

0 commit comments

Comments
 (0)