fix req install process

This commit is contained in:
Eric Froemling 2020-02-05 06:50:15 -08:00
parent b86b38c901
commit 9e78c3202f

View File

@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools
python3.7 -m pip install `tools/snippets pip_req_list`
tools/snippets install_pip_reqs
- name: Run checks and tests
run: make -j2 check test