Skip to content

Commit

Permalink
install SDP requirements in the test environment, because `requiremen…
Browse files Browse the repository at this point in the history
…ts-sdp.txt` is ignored
  • Loading branch information
zacharyburnett committed Nov 30, 2023
1 parent 9b14c88 commit 222cb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsfileRT
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ bc0.conda_packages = [
]
bc0.pip_reqs_files = ['requirements-sdp.txt']
bc0.build_cmds = [
"pip install -e .[test]",
"pip install -e .[test,sdp]",
"pip install pytest-xdist ddtrace",
'echo "CRDS_CONTEXT = $(crds list --contexts $CRDS_CONTEXT --mappings | grep pmap)"',
]
Expand Down

0 comments on commit 222cb68

Please sign in to comment.