From 9e78c3202febbfc09600d8323abc8b3e3ea8a302 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Wed, 5 Feb 2020 06:50:15 -0800 Subject: [PATCH] fix req install process --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c40f1a5d..af0a6a56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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