Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
feat(reg): Add requirements.txt for runner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed May 7, 2019
1 parent 96522ff commit 1304e2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/regression/1_run_regression_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ else
url="$1"
fi

sudo pip install > requirements.txt
python3 tests/regression/runner.py $url
runner_pid=$!
wait $runner_pid
Expand Down
2 changes: 2 additions & 0 deletions tests/regression/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
numpy==1.14.2
requests==2.9.1

0 comments on commit 1304e2f

Please sign in to comment.