action test

This commit is contained in:
Eric Froemling 2020-03-26 18:51:33 -07:00
parent f6ab8cc2de
commit b0fc27f523

View File

@ -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