action test

This commit is contained in:
Eric Froemling 2020-03-26 19:02:09 -07:00
parent 4397f21c5d
commit ad991c6560

View File

@ -38,6 +38,10 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
- name: Display Python version
run: python tools/snippets list_pip_reqs
run: make