From b0fc27f5236f403942258b2579de71efc56d111a Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Thu, 26 Mar 2020 18:51:33 -0700 Subject: [PATCH] action test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54c7dcfc..382966a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools tools/snippets install_pip_reqs - name: Run checks and tests - run: make -j2 check test + run: echo make -j2 check test ci_windows: runs-on: windows-latest steps: @@ -27,5 +27,5 @@ jobs: with: python-version: 3.7 - name: Display Python version - run: python -c "import sys; print(sys.version)" + run: python tools/snippets