Skip to content

Commit

Permalink
test: use venv in w3c trace context test script (open-telemetry#5071)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored and Annosha committed Oct 19, 2024
1 parent 7335386 commit 186c01c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/tracecontext-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ mkdir -p target
rm -rf ./target/trace-context
git clone https://github.com/w3c/trace-context ./target/trace-context
cd ./target/trace-context && git checkout $TRACECONTEXT_GIT_TAG && cd -
python3 -m venv ./.venv
source ./.venv/bin/activate
pip3 install setuptools;
pip3 install aiohttp;
node ./integration-tests/propagation-validation-server/validation-server.js 1>&2 &
Expand Down

0 comments on commit 186c01c

Please sign in to comment.