Skip to content

Commit 3cf793b

Browse files
committed
fix: add installation of base requirements in test coverage workflow
1 parent 42414fb commit 3cf793b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
echo "Set PYTHONPATH to include src directory"
8484
fi
8585
86+
pip install -r requirements/base.txt
8687
pip install -r requirements/dev.txt
8788
pip install pytest-xdist coverage[toml]
8889
# Try to install eccodes, but don't fail if it doesn't work

0 commit comments

Comments
 (0)