From 612b0b688514ac6920c2d42ee18628c46ff04791 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Thu, 26 Mar 2020 18:53:39 -0700 Subject: [PATCH] action test --- .github/workflows/ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88d16eff..303bf681 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,19 @@ jobs: tools/snippets install_pip_reqs - name: Run checks and tests run: echo make -j2 check test + ci_unix2: + runs-on: ubuntu-18.04 + steps: + - uses: actions/checkout@v1 + - name: Set up Python + uses: actions/setup-python@v1 + with: + python-version: 3.7 + - name: Install dependencies + run: | + tools/snippets install_pip_reqs + - name: Run checks and tests + run: echo make -j2 check test ci_windows: runs-on: windows-latest steps: