Skip to content

Commit 582769e

Browse files
author
Taniya Mathur
committed
adding evaludation deps
1 parent f430b96 commit 582769e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ developer_tests:
5050
# Install dependencies needed by publish.py for test imports
5151
- uv pip install typer rich boto3
5252
# Install test dependencies
53-
- cd lib/idp_common_pkg && uv pip install -e ".[test]" && cd ../..
53+
- cd lib/idp_common_pkg && uv pip install -e ".[test,evaluation]" && cd ../..
5454

5555
script:
5656
- make lint-cicd

0 commit comments

Comments
 (0)