Skip to content

Commit

Permalink
try removing ddtrace from installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Nov 6, 2023
1 parent 4d4bb89 commit 63e130a
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 pytest-xdist pytest-sugar ddtrace",
"pip install pytest-xdist pytest-sugar",
'echo "CRDS_CONTEXT = $(crds list --contexts $CRDS_CONTEXT --mappings | grep pmap)"',
"mkdir data",
"curl -L https://stsci.box.com/shared/static/0ojjfg3cieqdpd18vl1bjnpe63r82dx8.gz -o data/webbpsf-data.tar.gz",
Expand Down

0 comments on commit 63e130a

Please sign in to comment.