Skip to content

Commit 95b6f48

Browse files
authored
requirements-dev.txt instead of dev-requirements.txt in run_tests.sh (#134)
1 parent 7394179 commit 95b6f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ virtualenv "${VENV_PATH}" -p python3 --system-site-packages
2121
source "${VENV_PATH}"/bin/activate
2222

2323
# Download pre-requisite packages.
24-
pip3 install -r dev-requirements.txt -q
24+
pip3 install -r requirements-dev.txt -q
2525

2626
PYTHONPATH="${PYTHONPATH}:$(dirname "$0")"
2727

0 commit comments

Comments
 (0)