fixed github ci

This commit is contained in:
Eric Froemling 2020-07-03 16:49:02 -07:00
parent ec2eceb0d5
commit 7987313e3c

View File

@ -22,7 +22,7 @@ jobs:
with: with:
python-version: 3.7 python-version: 3.7
- name: Install dependencies - name: Install dependencies
run: tools/snippets install_pip_reqs run: tools/pcommand install_pip_reqs
- name: Run checks and tests - name: Run checks and tests
run: make -j2 check test run: make -j2 check test
@ -42,5 +42,5 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install pytest typing_extensions pip install pytest typing_extensions
- name: Run tests - name: Run tests
run: python tools/snippets pytest -v tests run: python tools/pcommand pytest -v tests