From 7987313e3cb77429d9b09f6e9051c0b8f5c2b971 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Fri, 3 Jul 2020 16:49:02 -0700 Subject: [PATCH] fixed github ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 704be58b..6caf140f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: python-version: 3.7 - name: Install dependencies - run: tools/snippets install_pip_reqs + run: tools/pcommand install_pip_reqs - name: Run checks and tests run: make -j2 check test @@ -42,5 +42,5 @@ jobs: python -m pip install --upgrade pip pip install pytest typing_extensions - name: Run tests - run: python tools/snippets pytest -v tests + run: python tools/pcommand pytest -v tests