Skip to content

Commit

Permalink
fix: pip command in get throughput action
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneider-aneo committed Oct 16, 2024
1 parent bb29267 commit 1920c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-throughput/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ runs:
run: |
set -ex
cd tools/ci/python
pip install requirements.txt
pip install -r requirements.txt
python program.py "$GRPC_CLIENT_ENDPOINT" "$SESSION_NAME" "$POLL_DURATION_LIMIT"

0 comments on commit 1920c7d

Please sign in to comment.