Skip to content

Commit

Permalink
Small fix to transporter run.sh
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 276689803
  • Loading branch information
diegolascasas committed Oct 25, 2019
1 parent 6b71f31 commit 14bc51e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transporter/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

python3 -m venv transporter-venv
source transporter-venv/bin/activate
pip install -r requirements.txt
python3 transporter_test.py
pip install -r transporter/requirements.txt
python -m transporter.transporter_test
deactivate

0 comments on commit 14bc51e

Please sign in to comment.