action test

This commit is contained in:
Eric Froemling 2020-03-26 18:55:26 -07:00
parent 612b0b6885
commit 4397f21c5d

View File

@ -27,10 +27,9 @@ jobs:
with: with:
python-version: 3.7 python-version: 3.7
- name: Install dependencies - name: Install dependencies
run: | run: tools/snippets install_pip_reqs
tools/snippets install_pip_reqs
- name: Run checks and tests - name: Run checks and tests
run: echo make -j2 check test run: make -j2 check test
ci_windows: ci_windows:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
@ -40,5 +39,5 @@ jobs:
with: with:
python-version: 3.7 python-version: 3.7
- name: Display Python version - name: Display Python version
run: python tools/snippets install_pip_reqs run: python tools/snippets list_pip_reqs