From 4397f21c5d9d036c762e4244642fa6917662157d Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Thu, 26 Mar 2020 18:55:26 -0700 Subject: [PATCH] action test --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 303bf681..189c0ba6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,10 +27,9 @@ jobs: with: python-version: 3.7 - name: Install dependencies - run: | - tools/snippets install_pip_reqs + run: tools/snippets install_pip_reqs - name: Run checks and tests - run: echo make -j2 check test + run: make -j2 check test ci_windows: runs-on: windows-latest steps: @@ -40,5 +39,5 @@ jobs: with: python-version: 3.7 - name: Display Python version - run: python tools/snippets install_pip_reqs + run: python tools/snippets list_pip_reqs